Shades of Cinnabar #DE411F
Tints of Cinnabar #DE411F
RGB
CMYK
RGB Variations
Color information
#DE411F (or 0xDE411F) is known color: Cinnabar. HEX triplet: DE, 41 and 1F. RGB value is (222,65,31). Sum of RGB (Red+Green+Blue) = 222+65+31=318 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.81% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 222 - color contains mainly: red. Hex color #DE411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE411F is #21BEE0. Grayscale: #6C6C6C. Windows color (decimal): -2211553 or 2048478. OLE color: 2048478.
HSL color Cylindrical-coordinate representation of color #DE411F: hue angle of 10.68º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE411F is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 65 | 31 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.13 |
| HSL | 10.68º | 0.75% | 0.5% | - |
| HSV(B) | 10.68º | 0.86% | 0.87% | - |
| XYZ | 32.26 | 19.41 | 3.34 | - |
| YUV | 108.07 | 84.51 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 65 | 31 | 0 | 0.71 | 0.86 | 0.13 | 10.68 | 0.75 | 0.5 |
| Hex | DE | 41 | 1F | 0 | 47 | 56 | D | B | 4B | 32 |
| Octal | 336 | 101 | 37 | 0 | 107 | 126 | 15 | 13 | 113 | 62 |
| Binary | 11011110 | 1000001 | 11111 | 0 | 1000111 | 1010110 | 1101 | 1011 | 1001011 | 110010 |
Color Harmonies of #DE411F
Complementary color
Monochromatic Colors of #DE411F
Black with #DE411F
Text Example
Text Example
White with #DE411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE411F; }
p { color: rgb(222,65,31); }
H1.HeaderClassName
{
color: #DE411F;
}
.AnyTagClassName
{
color: #DE411F;
}
</style>
background-color css
<style>
a { background-color: #DE411F; }
a { background-color: rgb(222,65,31); }
div.DivClassName
{
background-color: #DE411F;
}
.BgClassName
{
background-color: #DE411F;
}
</style>
border-color css
<style>
span { border-color: #DE411F; }
span { border-color: rgb(222,65,31); }
td.TdClassName
{
border-color: #DE411F;
}
.TagClassName
{
border-color: #DE411F;
}
</style>