#D54440

Color #D54440 Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #D54440

Tints of Cinnabar #D54440

Color information

#D54440 (or 0xD54440) is unknown color: approx Cinnabar. HEX triplet: D5, 44 and 40. RGB value is (213,68,64). Sum of RGB (Red+Green+Blue) = 213+68+64=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D54440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54440 is #2ABBBF. Grayscale: #6F6F6F. Windows color (decimal): -2800576 or 4211925. OLE color: 4211925.

HSL color Cylindrical-coordinate representation of color #D54440: hue angle of 1.61º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54440 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB2136864-
CMYK00.680.700.16
HSL1.61º63.95%54.31%-
HSV(B)1.61º69.95%83.53%-
XYZ30.4318.656.85-
YUV110.9101.54200.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 61.74%
GREEN value IS 68 (26.95% from 255) = 19.71%
BLUE value IS 64 (25.39% from 255) = 18.55%
R=61.74%
G=19.71%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213686400.680.700.161.6163.9554.31
HexD54440044461024036
Octal325104100010410620210066
Binary110101011000100100000001000100100011010000101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54440; }

 p { color: rgb(213,68,64); }

 H1.HeaderClassName
 {
   color: #D54440;
 }
 .AnyTagClassName
 {
   color: #D54440;
 }
</style>
background-color css

<style>
 a { background-color: #D54440; }

 a { background-color: rgb(213,68,64); }

 div.DivClassName
 {
   background-color: #D54440;
 }
 .BgClassName
 {
   background-color: #D54440;
 }
</style>
border-color css

<style>
 span { border-color: #D54440; }

 span { border-color: rgb(213,68,64); }

 td.TdClassName
 {
   border-color: #D54440;
 }
 .TagClassName
 {
   border-color: #D54440;
 }
</style>