#DD5238

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

Shades of Cinnabar #DD5238

Tints of Cinnabar #DD5238

Color information

#DD5238 (or 0xDD5238) is unknown color: approx Cinnabar. HEX triplet: DD, 52 and 38. RGB value is (221,82,56). Sum of RGB (Red+Green+Blue) = 221+82+56=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5238 is #22ADC7. Grayscale: #787878. Windows color (decimal): -2272712 or 3691229. OLE color: 3691229.

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

Color convert

RGB2218256-
CMYK00.630.750.13
HSL9.45º70.82%54.31%-
HSV(B)9.45º74.66%86.67%-
XYZ33.5521.696.16-
YUV120.691.55199.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 61.56%
GREEN value IS 82 (32.42% from 255) = 22.84%
BLUE value IS 56 (22.27% from 255) = 15.60%
R=61.56%
G=22.84%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221825600.630.750.139.4570.8254.31
HexDD523803F4BD94736
Octal33512270077113151110766
Binary11011101101001011100001111111001011110110011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5238; }

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

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

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

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

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

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

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

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