#D74827

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

Shades of Cinnabar #D74827

Tints of Cinnabar #D74827

Color information

#D74827 (or 0xD74827) is unknown color: approx Cinnabar. HEX triplet: D7, 48 and 27. RGB value is (215,72,39). Sum of RGB (Red+Green+Blue) = 215+72+39=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D74827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74827 is #28B7D8. Grayscale: #6F6F6F. Windows color (decimal): -2668505 or 2574551. OLE color: 2574551.

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

Color convert

RGB2157239-
CMYK00.670.820.16
HSL11.25º69.29%49.8%-
HSV(B)11.25º81.86%84.31%-
XYZ30.7119.234.01-
YUV110.9987.38202.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 65.95%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 39 (15.62% from 255) = 11.96%
R=65.95%
G=22.09%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215723900.670.820.1611.2569.2949.8
HexD748270435210b4532
Octal327110470103122201310562
Binary1101011110010001001110100001110100101000010111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74827; }

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

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

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

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

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

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

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

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