#DD432C

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

Shades of Cinnabar #DD432C

Tints of Cinnabar #DD432C

Color information

#DD432C (or 0xDD432C) is unknown color: approx Cinnabar. HEX triplet: DD, 43 and 2C. RGB value is (221,67,44). Sum of RGB (Red+Green+Blue) = 221+67+44=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD432C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD432C is #22BCD3. Grayscale: #6E6E6E. Windows color (decimal): -2276564 or 2900957. OLE color: 2900957.

HSL color Cylindrical-coordinate representation of color #DD432C: hue angle of 7.8º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD432C is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB2216744-
CMYK00.700.800.13
HSL7.8º72.24%51.96%-
HSV(B)7.8º80.09%86.67%-
XYZ32.2819.574.46-
YUV110.4290.52206.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 66.57%
GREEN value IS 67 (26.56% from 255) = 20.18%
BLUE value IS 44 (17.58% from 255) = 13.25%
R=66.57%
G=20.18%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221674400.700.800.137.872.2451.96
HexDD432C04650D84834
Octal335103540106120151011064
Binary110111011000011101100010001101010000110110001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD432C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD432C; }

 p { color: rgb(221,67,44); }

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

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

 a { background-color: rgb(221,67,44); }

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

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

 span { border-color: rgb(221,67,44); }

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