#D1453C

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

Shades of Cinnabar #D1453C

Tints of Cinnabar #D1453C

Color information

#D1453C (or 0xD1453C) is unknown color: approx Cinnabar. HEX triplet: D1, 45 and 3C. RGB value is (209,69,60). Sum of RGB (Red+Green+Blue) = 209+69+60=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D1453C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1453C is #2EBAC3. Grayscale: #6E6E6E. Windows color (decimal): -3062468 or 3950033. OLE color: 3950033.

HSL color Cylindrical-coordinate representation of color #D1453C: hue angle of 3.62º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1453C is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB2096960-
CMYK00.670.710.18
HSL3.62º61.83%52.75%-
HSV(B)3.62º71.29%81.96%-
XYZ29.2418.146.23-
YUV109.8399.88198.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 61.83%
GREEN value IS 69 (27.34% from 255) = 20.41%
BLUE value IS 60 (23.83% from 255) = 17.75%
R=61.83%
G=20.41%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209696000.670.710.183.6261.8352.75
HexD1453C043471243e35
Octal3211057401031072247665
Binary11010001100010111110001000011100011110010100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1453C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1453C; }

 p { color: rgb(209,69,60); }

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

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

 a { background-color: rgb(209,69,60); }

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

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

 span { border-color: rgb(209,69,60); }

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