Shades of Cinnabar #DD432B
Tints of Cinnabar #DD432B
RGB
CMYK
RGB Variations
Color information
#DD432B (or 0xDD432B) is known color: Cinnabar. HEX triplet: DD, 43 and 2B. RGB value is (221,67,43). Sum of RGB (Red+Green+Blue) = 221+67+43=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD432B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD432B is #22BCD4. Grayscale: #6E6E6E. Windows color (decimal): -2276565 or 2835421. OLE color: 2835421.
HSL color Cylindrical-coordinate representation of color #DD432B: hue angle of 8.09º 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 #DD432B is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 43 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.13 |
| HSL | 8.09º | 0.72% | 0.52% | - |
| HSV(B) | 8.09º | 0.81% | 0.87% | - |
| XYZ | 32.26 | 19.56 | 4.36 | - |
| YUV | 110.31 | 90.02 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 43 | 0 | 0.70 | 0.81 | 0.13 | 8.09 | 0.72 | 0.52 |
| Hex | DD | 43 | 2B | 0 | 46 | 51 | D | 8 | 48 | 34 |
| Octal | 335 | 103 | 53 | 0 | 106 | 121 | 15 | 10 | 110 | 64 |
| Binary | 11011101 | 1000011 | 101011 | 0 | 1000110 | 1010001 | 1101 | 1000 | 1001000 | 110100 |
Color Harmonies of #DD432B
Complementary color
Monochromatic Colors of #DD432B
Black with #DD432B
Text Example
Text Example
White with #DD432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD432B; }
p { color: rgb(221,67,43); }
H1.HeaderClassName
{
color: #DD432B;
}
.AnyTagClassName
{
color: #DD432B;
}
</style>
background-color css
<style>
a { background-color: #DD432B; }
a { background-color: rgb(221,67,43); }
div.DivClassName
{
background-color: #DD432B;
}
.BgClassName
{
background-color: #DD432B;
}
</style>
border-color css
<style>
span { border-color: #DD432B; }
span { border-color: rgb(221,67,43); }
td.TdClassName
{
border-color: #DD432B;
}
.TagClassName
{
border-color: #DD432B;
}
</style>