#D94829

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

Shades of Cinnabar #D94829

Tints of Cinnabar #D94829

Color information

#D94829 (or 0xD94829) is unknown color: approx Cinnabar. HEX triplet: D9, 48 and 29. RGB value is (217,72,41). Sum of RGB (Red+Green+Blue) = 217+72+41=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D94829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94829 is #26B7D6. Grayscale: #707070. Windows color (decimal): -2537431 or 2705625. OLE color: 2705625.

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

Color convert

RGB2177241-
CMYK00.670.810.15
HSL10.57º69.84%50.59%-
HSV(B)10.57º81.11%85.1%-
XYZ31.3319.554.22-
YUV111.8288.04203.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 65.76%
GREEN value IS 72 (28.52% from 255) = 21.82%
BLUE value IS 41 (16.41% from 255) = 12.42%
R=65.76%
G=21.82%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217724100.670.810.1510.5769.8450.59
HexD9482904351Fb4633
Octal331110510103121171310663
Binary110110011001000101001010000111010001111110111000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94829; }

 p { color: rgb(217,72,41); }

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

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

 a { background-color: rgb(217,72,41); }

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

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

 span { border-color: rgb(217,72,41); }

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