#DD4C33

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

Shades of Cinnabar #DD4C33

Tints of Cinnabar #DD4C33

Color information

#DD4C33 (or 0xDD4C33) is unknown color: approx Cinnabar. HEX triplet: DD, 4C and 33. RGB value is (221,76,51). Sum of RGB (Red+Green+Blue) = 221+76+51=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C33 is #22B3CC. Grayscale: #747474. Windows color (decimal): -2274253 or 3362013. OLE color: 3362013.

HSL color Cylindrical-coordinate representation of color #DD4C33: hue angle of 8.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD4C33 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB2217651-
CMYK00.660.770.13
HSL8.82º71.43%53.33%-
HSV(B)8.82º76.92%86.67%-
XYZ3320.785.4-
YUV116.591.04202.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 63.51%
GREEN value IS 76 (30.08% from 255) = 21.84%
BLUE value IS 51 (20.31% from 255) = 14.66%
R=63.51%
G=21.84%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221765100.660.770.138.8271.4353.33
HexDD4C330424DD94735
Octal335114630102115151110765
Binary110111011001100110011010000101001101110110011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4C33; }

 p { color: rgb(221,76,51); }

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

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

 a { background-color: rgb(221,76,51); }

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

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

 span { border-color: rgb(221,76,51); }

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