#DD5234

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

Shades of Cinnabar #DD5234

Tints of Cinnabar #DD5234

Color information

#DD5234 (or 0xDD5234) is unknown color: approx Cinnabar. HEX triplet: DD, 52 and 34. RGB value is (221,82,52). Sum of RGB (Red+Green+Blue) = 221+82+52=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5234 is #22ADCB. Grayscale: #787878. Windows color (decimal): -2272716 or 3429085. OLE color: 3429085.

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

Color convert

RGB2218252-
CMYK00.630.760.13
HSL10.65º71.31%53.53%-
HSV(B)10.65º76.47%86.67%-
XYZ33.4621.655.67-
YUV120.1489.55199.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 62.25%
GREEN value IS 82 (32.42% from 255) = 23.10%
BLUE value IS 52 (20.70% from 255) = 14.65%
R=62.25%
G=23.10%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221825200.630.760.1310.6571.3153.53
HexDD523403F4CDb4736
Octal33512264077114151310766
Binary11011101101001011010001111111001100110110111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5234; }

 p { color: rgb(221,82,52); }

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

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

 a { background-color: rgb(221,82,52); }

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

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

 span { border-color: rgb(221,82,52); }

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