#DD4628

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

Shades of Cinnabar #DD4628

Tints of Cinnabar #DD4628

Color information

#DD4628 (or 0xDD4628) is unknown color: approx Cinnabar. HEX triplet: DD, 46 and 28. RGB value is (221,70,40). Sum of RGB (Red+Green+Blue) = 221+70+40=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4628 is #22B9D7. Grayscale: #707070. Windows color (decimal): -2275800 or 2639581. OLE color: 2639581.

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

Color convert

RGB2217040-
CMYK00.680.820.13
HSL9.94º72.69%51.18%-
HSV(B)9.94º81.9%86.67%-
XYZ32.3919.914.14-
YUV111.7387.53205.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 66.77%
GREEN value IS 70 (27.73% from 255) = 21.15%
BLUE value IS 40 (16.02% from 255) = 12.08%
R=66.77%
G=21.15%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221704000.680.820.139.9472.6951.18
HexDD462804452Da4933
Octal335106500104122151211163
Binary110111011000110101000010001001010010110110101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4628; }

 p { color: rgb(221,70,40); }

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

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

 a { background-color: rgb(221,70,40); }

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

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

 span { border-color: rgb(221,70,40); }

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