#D74620

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

Shades of Cinnabar #D74620

Tints of Cinnabar #D74620

Color information

#D74620 (or 0xD74620) is unknown color: approx Cinnabar. HEX triplet: D7, 46 and 20. RGB value is (215,70,32). Sum of RGB (Red+Green+Blue) = 215+70+32=317 (41% of max value = 765). Red value is 215 (84.38% from 255 or 67.82% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 215 - color contains mainly: red. Hex color #D74620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74620 is #28B9DF. Grayscale: #6D6D6D. Windows color (decimal): -2669024 or 2115287. OLE color: 2115287.

HSL color Cylindrical-coordinate representation of color #D74620: hue angle of 12.46º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D74620 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB2157032-
CMYK00.670.850.16
HSL12.46º74.09%48.43%-
HSV(B)12.46º85.12%84.31%-
XYZ30.4818.933.41-
YUV109.0284.54203.59-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 67.82%
GREEN value IS 70 (27.73% from 255) = 22.08%
BLUE value IS 32 (12.89% from 255) = 10.09%
R=67.82%
G=22.08%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215703200.670.850.1612.4674.0948.43
HexD746200435510c4a30
Octal327106400103125201411260
Binary1101011110001101000000100001110101011000011001001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74620; }

 p { color: rgb(215,70,32); }

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

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

 a { background-color: rgb(215,70,32); }

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

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

 span { border-color: rgb(215,70,32); }

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