Shades of Cinnabar #DD4E2A
Tints of Cinnabar #DD4E2A
RGB
CMYK
RGB Variations
Color information
#DD4E2A (or 0xDD4E2A) is known color: Cinnabar. HEX triplet: DD, 4E and 2A. RGB value is (221,78,42). Sum of RGB (Red+Green+Blue) = 221+78+42=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E2A is #22B1D5. Grayscale: #747474. Windows color (decimal): -2273750 or 2772701. OLE color: 2772701.
HSL color Cylindrical-coordinate representation of color #DD4E2A: hue angle of 12.07º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD4E2A is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 42 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.13 |
| HSL | 12.07º | 0.72% | 0.52% | - |
| HSV(B) | 12.07º | 0.81% | 0.87% | - |
| XYZ | 32.96 | 20.99 | 4.5 | - |
| YUV | 116.65 | 85.88 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 42 | 0 | 0.65 | 0.81 | 0.13 | 12.07 | 0.72 | 0.52 |
| Hex | DD | 4E | 2A | 0 | 41 | 51 | D | C | 48 | 34 |
| Octal | 335 | 116 | 52 | 0 | 101 | 121 | 15 | 14 | 110 | 64 |
| Binary | 11011101 | 1001110 | 101010 | 0 | 1000001 | 1010001 | 1101 | 1100 | 1001000 | 110100 |
Color Harmonies of #DD4E2A
Complementary color
Monochromatic Colors of #DD4E2A
Black with #DD4E2A
Text Example
Text Example
White with #DD4E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E2A; }
p { color: rgb(221,78,42); }
H1.HeaderClassName
{
color: #DD4E2A;
}
.AnyTagClassName
{
color: #DD4E2A;
}
</style>
background-color css
<style>
a { background-color: #DD4E2A; }
a { background-color: rgb(221,78,42); }
div.DivClassName
{
background-color: #DD4E2A;
}
.BgClassName
{
background-color: #DD4E2A;
}
</style>
border-color css
<style>
span { border-color: #DD4E2A; }
span { border-color: rgb(221,78,42); }
td.TdClassName
{
border-color: #DD4E2A;
}
.TagClassName
{
border-color: #DD4E2A;
}
</style>