#D4493F

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

Shades of Cinnabar #D4493F

Tints of Cinnabar #D4493F

Color information

#D4493F (or 0xD4493F) is unknown color: approx Cinnabar. HEX triplet: D4, 49 and 3F. RGB value is (212,73,63). Sum of RGB (Red+Green+Blue) = 212+73+63=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D4493F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4493F is #2BB6C0. Grayscale: #717171. Windows color (decimal): -2864833 or 4147668. OLE color: 4147668.

HSL color Cylindrical-coordinate representation of color #D4493F: hue angle of 4.03º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4493F is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB2127363-
CMYK00.660.700.17
HSL4.03º63.4%53.92%-
HSV(B)4.03º70.28%83.14%-
XYZ30.4319.126.79-
YUV113.4299.55198.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 60.92%
GREEN value IS 73 (28.91% from 255) = 20.98%
BLUE value IS 63 (25% from 255) = 18.10%
R=60.92%
G=20.98%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212736300.660.700.174.0363.453.92
HexD4493F042461143f36
Octal3241117701021062147766
Binary11010100100100111111101000010100011010001100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4493F; }

 p { color: rgb(212,73,63); }

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

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

 a { background-color: rgb(212,73,63); }

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

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

 span { border-color: rgb(212,73,63); }

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