#D94632

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

Shades of Cinnabar #D94632

Tints of Cinnabar #D94632

Color information

#D94632 (or 0xD94632) is unknown color: approx Cinnabar. HEX triplet: D9, 46 and 32. RGB value is (217,70,50). Sum of RGB (Red+Green+Blue) = 217+70+50=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D94632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94632 is #26B9CD. Grayscale: #6F6F6F. Windows color (decimal): -2537934 or 3294937. OLE color: 3294937.

HSL color Cylindrical-coordinate representation of color #D94632: hue angle of 7.19º 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 #D94632 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB2177050-
CMYK00.680.770.15
HSL7.19º68.72%52.35%-
HSV(B)7.19º76.96%85.1%-
XYZ31.3819.365.1-
YUV111.6793.2203.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 64.39%
GREEN value IS 70 (27.73% from 255) = 20.77%
BLUE value IS 50 (19.92% from 255) = 14.84%
R=64.39%
G=20.77%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217705000.680.770.157.1968.7252.35
HexD946320444DF74534
Octal33110662010411517710564
Binary11011001100011011001001000100100110111111111000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94632; }

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

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

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

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

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

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

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

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