#D54640

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

Shades of Cinnabar #D54640

Tints of Cinnabar #D54640

Color information

#D54640 (or 0xD54640) is unknown color: approx Cinnabar. HEX triplet: D5, 46 and 40. RGB value is (213,70,64). Sum of RGB (Red+Green+Blue) = 213+70+64=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D54640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54640 is #2AB9BF. Grayscale: #707070. Windows color (decimal): -2800064 or 4212437. OLE color: 4212437.

HSL color Cylindrical-coordinate representation of color #D54640: hue angle of 2.42º 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 #D54640 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB2137064-
CMYK00.670.700.16
HSL2.42º63.95%54.31%-
HSV(B)2.42º69.95%83.53%-
XYZ30.5618.96.89-
YUV112.07100.88199.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 61.38%
GREEN value IS 70 (27.73% from 255) = 20.17%
BLUE value IS 64 (25.39% from 255) = 18.44%
R=61.38%
G=20.17%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213706400.670.700.162.4263.9554.31
HexD54640043461024036
Octal325106100010310620210066
Binary110101011000110100000001000011100011010000101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54640; }

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

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

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

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

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

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

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

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