Shades of Cinnabar #DD432F
Tints of Cinnabar #DD432F
RGB
CMYK
RGB Variations
Color information
#DD432F (or 0xDD432F) is known color: Cinnabar. HEX triplet: DD, 43 and 2F. RGB value is (221,67,47). Sum of RGB (Red+Green+Blue) = 221+67+47=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD432F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD432F is #22BCD0. Grayscale: #6F6F6F. Windows color (decimal): -2276561 or 3097565. OLE color: 3097565.
HSL color Cylindrical-coordinate representation of color #DD432F: hue angle of 6.9º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD432F is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 47 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.13 |
| HSL | 6.9º | 0.72% | 0.53% | - |
| HSV(B) | 6.9º | 0.79% | 0.87% | - |
| XYZ | 32.34 | 19.59 | 4.77 | - |
| YUV | 110.77 | 92.02 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 47 | 0 | 0.70 | 0.79 | 0.13 | 6.9 | 0.72 | 0.53 |
| Hex | DD | 43 | 2F | 0 | 46 | 4F | D | 7 | 48 | 35 |
| Octal | 335 | 103 | 57 | 0 | 106 | 117 | 15 | 7 | 110 | 65 |
| Binary | 11011101 | 1000011 | 101111 | 0 | 1000110 | 1001111 | 1101 | 111 | 1001000 | 110101 |
Color Harmonies of #DD432F
Complementary color
Monochromatic Colors of #DD432F
Black with #DD432F
Text Example
Text Example
White with #DD432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD432F; }
p { color: rgb(221,67,47); }
H1.HeaderClassName
{
color: #DD432F;
}
.AnyTagClassName
{
color: #DD432F;
}
</style>
background-color css
<style>
a { background-color: #DD432F; }
a { background-color: rgb(221,67,47); }
div.DivClassName
{
background-color: #DD432F;
}
.BgClassName
{
background-color: #DD432F;
}
</style>
border-color css
<style>
span { border-color: #DD432F; }
span { border-color: rgb(221,67,47); }
td.TdClassName
{
border-color: #DD432F;
}
.TagClassName
{
border-color: #DD432F;
}
</style>