#DD4433

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

Shades of Cinnabar #DD4433

Tints of Cinnabar #DD4433

Color information

#DD4433 (or 0xDD4433) is unknown color: approx Cinnabar. HEX triplet: DD, 44 and 33. RGB value is (221,68,51). Sum of RGB (Red+Green+Blue) = 221+68+51=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4433 is #22BBCC. Grayscale: #707070. Windows color (decimal): -2276301 or 3359965. OLE color: 3359965.

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

Color convert

RGB2216851-
CMYK00.690.770.13
HSL71.43%53.33%-
HSV(B)76.92%86.67%-
XYZ32.4819.755.23-
YUV111.8193.69205.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 65%
GREEN value IS 68 (26.95% from 255) = 20%
BLUE value IS 51 (20.31% from 255) = 15%
R=65%
G=20%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221685100.690.770.13671.4353.33
HexDD44330454DD64735
Octal33510463010511515610765
Binary11011101100010011001101000101100110111011101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4433; }

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

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

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

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

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

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

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

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