Shades of Cinnabar #DD431F
Tints of Cinnabar #DD431F
RGB
CMYK
RGB Variations
Color information
#DD431F (or 0xDD431F) is known color: Cinnabar. HEX triplet: DD, 43 and 1F. RGB value is (221,67,31). Sum of RGB (Red+Green+Blue) = 221+67+31=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD431F is #22BCE0. Grayscale: #6D6D6D. Windows color (decimal): -2276577 or 2048989. OLE color: 2048989.
HSL color Cylindrical-coordinate representation of color #DD431F: hue angle of 11.37º 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 #DD431F is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 31 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.13 |
| HSL | 11.37º | 0.75% | 0.49% | - |
| HSV(B) | 11.37º | 0.86% | 0.87% | - |
| XYZ | 32.07 | 19.49 | 3.37 | - |
| YUV | 108.94 | 84.02 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 31 | 0 | 0.70 | 0.86 | 0.13 | 11.37 | 0.75 | 0.49 |
| Hex | DD | 43 | 1F | 0 | 46 | 56 | D | B | 4B | 31 |
| Octal | 335 | 103 | 37 | 0 | 106 | 126 | 15 | 13 | 113 | 61 |
| Binary | 11011101 | 1000011 | 11111 | 0 | 1000110 | 1010110 | 1101 | 1011 | 1001011 | 110001 |
Color Harmonies of #DD431F
Complementary color
Monochromatic Colors of #DD431F
Black with #DD431F
Text Example
Text Example
White with #DD431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD431F; }
p { color: rgb(221,67,31); }
H1.HeaderClassName
{
color: #DD431F;
}
.AnyTagClassName
{
color: #DD431F;
}
</style>
background-color css
<style>
a { background-color: #DD431F; }
a { background-color: rgb(221,67,31); }
div.DivClassName
{
background-color: #DD431F;
}
.BgClassName
{
background-color: #DD431F;
}
</style>
border-color css
<style>
span { border-color: #DD431F; }
span { border-color: rgb(221,67,31); }
td.TdClassName
{
border-color: #DD431F;
}
.TagClassName
{
border-color: #DD431F;
}
</style>