Shades of Cinnabar #DE413F
Tints of Cinnabar #DE413F
RGB
CMYK
RGB Variations
Color information
#DE413F (or 0xDE413F) is known color: Cinnabar. HEX triplet: DE, 41 and 3F. RGB value is (222,65,63). Sum of RGB (Red+Green+Blue) = 222+65+63=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE413F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE413F is #21BEC0. Grayscale: #6F6F6F. Windows color (decimal): -2211521 or 4145630. OLE color: 4145630.
HSL color Cylindrical-coordinate representation of color #DE413F: hue angle of 0.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DE413F is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 65 | 63 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.13 |
| HSL | 0.75º | 0.71% | 0.56% | - |
| HSV(B) | 0.75º | 0.72% | 0.87% | - |
| XYZ | 32.91 | 19.67 | 6.76 | - |
| YUV | 111.72 | 100.51 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 65 | 63 | 0 | 0.71 | 0.72 | 0.13 | 0.75 | 0.71 | 0.56 |
| Hex | DE | 41 | 3F | 0 | 47 | 48 | D | 1 | 47 | 38 |
| Octal | 336 | 101 | 77 | 0 | 107 | 110 | 15 | 1 | 107 | 70 |
| Binary | 11011110 | 1000001 | 111111 | 0 | 1000111 | 1001000 | 1101 | 1 | 1000111 | 111000 |
Color Harmonies of #DE413F
Complementary color
Monochromatic Colors of #DE413F
Black with #DE413F
Text Example
Text Example
White with #DE413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE413F; }
p { color: rgb(222,65,63); }
H1.HeaderClassName
{
color: #DE413F;
}
.AnyTagClassName
{
color: #DE413F;
}
</style>
background-color css
<style>
a { background-color: #DE413F; }
a { background-color: rgb(222,65,63); }
div.DivClassName
{
background-color: #DE413F;
}
.BgClassName
{
background-color: #DE413F;
}
</style>
border-color css
<style>
span { border-color: #DE413F; }
span { border-color: rgb(222,65,63); }
td.TdClassName
{
border-color: #DE413F;
}
.TagClassName
{
border-color: #DE413F;
}
</style>