#D74832

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

Shades of Cinnabar #D74832

Tints of Cinnabar #D74832

Color information

#D74832 (or 0xD74832) is unknown color: approx Cinnabar. HEX triplet: D7, 48 and 32. RGB value is (215,72,50). Sum of RGB (Red+Green+Blue) = 215+72+50=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D74832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74832 is #28B7CD. Grayscale: #707070. Windows color (decimal): -2668494 or 3295447. OLE color: 3295447.

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

Color convert

RGB2157250-
CMYK00.670.770.16
HSL67.35%51.96%-
HSV(B)76.74%84.31%-
XYZ30.9219.315.12-
YUV112.2592.88201.29-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 63.80%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 50 (19.92% from 255) = 14.84%
R=63.80%
G=21.36%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215725000.670.770.16867.3551.96
HexD748320434D1084334
Octal327110620103115201010364
Binary1101011110010001100100100001110011011000010001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74832; }

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

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

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

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

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

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

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

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