Shades of Cinnabar #DD421F
Tints of Cinnabar #DD421F
RGB
CMYK
RGB Variations
Color information
#DD421F (or 0xDD421F) is known color: Cinnabar. HEX triplet: DD, 42 and 1F. RGB value is (221,66,31). Sum of RGB (Red+Green+Blue) = 221+66+31=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD421F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD421F is #22BDE0. Grayscale: #6C6C6C. Windows color (decimal): -2276833 or 2048733. OLE color: 2048733.
HSL color Cylindrical-coordinate representation of color #DD421F: hue angle of 11.05º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD421F is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 31 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.13 |
| HSL | 11.05º | 0.75% | 0.49% | - |
| HSV(B) | 11.05º | 0.86% | 0.87% | - |
| XYZ | 32.01 | 19.37 | 3.35 | - |
| YUV | 108.36 | 84.35 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 31 | 0 | 0.70 | 0.86 | 0.13 | 11.05 | 0.75 | 0.49 |
| Hex | DD | 42 | 1F | 0 | 46 | 56 | D | B | 4B | 31 |
| Octal | 335 | 102 | 37 | 0 | 106 | 126 | 15 | 13 | 113 | 61 |
| Binary | 11011101 | 1000010 | 11111 | 0 | 1000110 | 1010110 | 1101 | 1011 | 1001011 | 110001 |
Color Harmonies of #DD421F
Complementary color
Monochromatic Colors of #DD421F
Black with #DD421F
Text Example
Text Example
White with #DD421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD421F; }
p { color: rgb(221,66,31); }
H1.HeaderClassName
{
color: #DD421F;
}
.AnyTagClassName
{
color: #DD421F;
}
</style>
background-color css
<style>
a { background-color: #DD421F; }
a { background-color: rgb(221,66,31); }
div.DivClassName
{
background-color: #DD421F;
}
.BgClassName
{
background-color: #DD421F;
}
</style>
border-color css
<style>
span { border-color: #DD421F; }
span { border-color: rgb(221,66,31); }
td.TdClassName
{
border-color: #DD421F;
}
.TagClassName
{
border-color: #DD421F;
}
</style>