#DD4526

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

Shades of Cinnabar #DD4526

Tints of Cinnabar #DD4526

Color information

#DD4526 (or 0xDD4526) is unknown color: approx Cinnabar. HEX triplet: DD, 45 and 26. RGB value is (221,69,38). Sum of RGB (Red+Green+Blue) = 221+69+38=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4526 is #22BAD9. Grayscale: #6F6F6F. Windows color (decimal): -2276058 or 2508253. OLE color: 2508253.

HSL color Cylindrical-coordinate representation of color #DD4526: hue angle of 10.16º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD4526 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB2216938-
CMYK00.690.830.13
HSL10.16º72.91%50.78%-
HSV(B)10.16º82.81%86.67%-
XYZ32.319.773.95-
YUV110.9186.86206.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 67.38%
GREEN value IS 69 (27.34% from 255) = 21.04%
BLUE value IS 38 (15.23% from 255) = 11.59%
R=67.38%
G=21.04%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221693800.690.830.1310.1672.9150.78
HexDD452604553Da4933
Octal335105460105123151211163
Binary110111011000101100110010001011010011110110101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4526; }

 p { color: rgb(221,69,38); }

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

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

 a { background-color: rgb(221,69,38); }

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

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

 span { border-color: rgb(221,69,38); }

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