#D94732

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

Shades of Cinnabar #D94732

Tints of Cinnabar #D94732

Color information

#D94732 (or 0xD94732) is unknown color: approx Cinnabar. HEX triplet: D9, 47 and 32. RGB value is (217,71,50). Sum of RGB (Red+Green+Blue) = 217+71+50=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D94732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94732 is #26B8CD. Grayscale: #707070. Windows color (decimal): -2537678 or 3295193. OLE color: 3295193.

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

Color convert

RGB2177150-
CMYK00.670.770.15
HSL7.54º68.72%52.35%-
HSV(B)7.54º76.96%85.1%-
XYZ31.4419.495.12-
YUV112.2692.87202.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 64.20%
GREEN value IS 71 (28.12% from 255) = 21.01%
BLUE value IS 50 (19.92% from 255) = 14.79%
R=64.20%
G=21.01%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217715000.670.770.157.5468.7252.35
HexD947320434DF84534
Octal331107620103115171010564
Binary110110011000111110010010000111001101111110001000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94732; }

 p { color: rgb(217,71,50); }

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

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

 a { background-color: rgb(217,71,50); }

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

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

 span { border-color: rgb(217,71,50); }

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