Shades of Cinnabar #DD332A
Tints of Cinnabar #DD332A
RGB
CMYK
RGB Variations
Color information
#DD332A (or 0xDD332A) is known color: Cinnabar. HEX triplet: DD, 33 and 2A. RGB value is (221,51,42). Sum of RGB (Red+Green+Blue) = 221+51+42=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD332A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD332A is #22CCD5. Grayscale: #656565. Windows color (decimal): -2280662 or 2765789. OLE color: 2765789.
HSL color Cylindrical-coordinate representation of color #DD332A: hue angle of 3.02º 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 #DD332A is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 51 | 42 | - |
CMYK | 0 | 0.77 | 0.81 | 0.13 |
HSL | 3.02º | 0.72% | 0.52% | - |
HSV(B) | 3.02º | 0.81% | 0.87% | - |
XYZ | 31.42 | 17.91 | 3.99 | - |
YUV | 100.8 | 94.82 | 213.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 51 | 42 | 0 | 0.77 | 0.81 | 0.13 | 3.02 | 0.72 | 0.52 |
Hex | DD | 33 | 2A | 0 | 4D | 51 | D | 3 | 48 | 34 |
Octal | 335 | 63 | 52 | 0 | 115 | 121 | 15 | 3 | 110 | 64 |
Binary | 11011101 | 110011 | 101010 | 0 | 1001101 | 1010001 | 1101 | 11 | 1001000 | 110100 |
Color Harmonies of #DD332A
Complementary color
Monochromatic Colors of #DD332A
Black with #DD332A
Text Example
Text Example
White with #DD332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD332A; }
p { color: rgb(221,51,42); }
H1.HeaderClassName
{
color: #DD332A;
}
.AnyTagClassName
{
color: #DD332A;
}
</style>
background-color css
<style>
a { background-color: #DD332A; }
a { background-color: rgb(221,51,42); }
div.DivClassName
{
background-color: #DD332A;
}
.BgClassName
{
background-color: #DD332A;
}
</style>
border-color css
<style>
span { border-color: #DD332A; }
span { border-color: rgb(221,51,42); }
td.TdClassName
{
border-color: #DD332A;
}
.TagClassName
{
border-color: #DD332A;
}
</style>