#D74820

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

Shades of Cinnabar #D74820

Tints of Cinnabar #D74820

Color information

#D74820 (or 0xD74820) is unknown color: approx Cinnabar. HEX triplet: D7, 48 and 20. RGB value is (215,72,32). Sum of RGB (Red+Green+Blue) = 215+72+32=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D74820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74820 is #28B7DF. Grayscale: #6E6E6E. Windows color (decimal): -2668512 or 2115799. OLE color: 2115799.

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

Color convert

RGB2157232-
CMYK00.670.850.16
HSL13.11º74.09%48.43%-
HSV(B)13.11º85.12%84.31%-
XYZ30.619.193.46-
YUV110.283.88202.75-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 67.40%
GREEN value IS 72 (28.52% from 255) = 22.57%
BLUE value IS 32 (12.89% from 255) = 10.03%
R=67.40%
G=22.57%
B=10.03%

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
Decimal215723200.670.850.1613.1174.0948.43
HexD748200435510d4a30
Octal327110400103125201511260
Binary1101011110010001000000100001110101011000011011001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74820; }

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

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

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

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

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

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

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

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