Shades of Cinnabar #DD402A
Tints of Cinnabar #DD402A
RGB
CMYK
RGB Variations
Color information
#DD402A (or 0xDD402A) is known color: Cinnabar. HEX triplet: DD, 40 and 2A. RGB value is (221,64,42). Sum of RGB (Red+Green+Blue) = 221+64+42=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD402A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD402A is #22BFD5. Grayscale: #6C6C6C. Windows color (decimal): -2277334 or 2769117. OLE color: 2769117.
HSL color Cylindrical-coordinate representation of color #DD402A: hue angle of 7.37º 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 #DD402A is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 42 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.13 |
| HSL | 7.37º | 0.72% | 0.52% | - |
| HSV(B) | 7.37º | 0.81% | 0.87% | - |
| XYZ | 32.07 | 19.21 | 4.21 | - |
| YUV | 108.44 | 90.51 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 42 | 0 | 0.71 | 0.81 | 0.13 | 7.37 | 0.72 | 0.52 |
| Hex | DD | 40 | 2A | 0 | 47 | 51 | D | 7 | 48 | 34 |
| Octal | 335 | 100 | 52 | 0 | 107 | 121 | 15 | 7 | 110 | 64 |
| Binary | 11011101 | 1000000 | 101010 | 0 | 1000111 | 1010001 | 1101 | 111 | 1001000 | 110100 |
Color Harmonies of #DD402A
Complementary color
Monochromatic Colors of #DD402A
Black with #DD402A
Text Example
Text Example
White with #DD402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD402A; }
p { color: rgb(221,64,42); }
H1.HeaderClassName
{
color: #DD402A;
}
.AnyTagClassName
{
color: #DD402A;
}
</style>
background-color css
<style>
a { background-color: #DD402A; }
a { background-color: rgb(221,64,42); }
div.DivClassName
{
background-color: #DD402A;
}
.BgClassName
{
background-color: #DD402A;
}
</style>
border-color css
<style>
span { border-color: #DD402A; }
span { border-color: rgb(221,64,42); }
td.TdClassName
{
border-color: #DD402A;
}
.TagClassName
{
border-color: #DD402A;
}
</style>