Shades of Cinnabar #DE413D
Tints of Cinnabar #DE413D
RGB
CMYK
RGB Variations
Color information
#DE413D (or 0xDE413D) is known color: Cinnabar. HEX triplet: DE, 41 and 3D. RGB value is (222,65,61). Sum of RGB (Red+Green+Blue) = 222+65+61=348 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.79% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 222 - color contains mainly: red. Hex color #DE413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE413D is #21BEC2. Grayscale: #6F6F6F. Windows color (decimal): -2211523 or 4014558. OLE color: 4014558.
HSL color Cylindrical-coordinate representation of color #DE413D: hue angle of 1.49º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DE413D is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 65 | 61 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.13 |
| HSL | 1.49º | 0.71% | 0.55% | - |
| HSV(B) | 1.49º | 0.73% | 0.87% | - |
| XYZ | 32.86 | 19.65 | 6.48 | - |
| YUV | 111.49 | 99.51 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 65 | 61 | 0 | 0.71 | 0.73 | 0.13 | 1.49 | 0.71 | 0.55 |
| Hex | DE | 41 | 3D | 0 | 47 | 49 | D | 1 | 47 | 37 |
| Octal | 336 | 101 | 75 | 0 | 107 | 111 | 15 | 1 | 107 | 67 |
| Binary | 11011110 | 1000001 | 111101 | 0 | 1000111 | 1001001 | 1101 | 1 | 1000111 | 110111 |
Color Harmonies of #DE413D
Complementary color
Monochromatic Colors of #DE413D
Black with #DE413D
Text Example
Text Example
White with #DE413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE413D; }
p { color: rgb(222,65,61); }
H1.HeaderClassName
{
color: #DE413D;
}
.AnyTagClassName
{
color: #DE413D;
}
</style>
background-color css
<style>
a { background-color: #DE413D; }
a { background-color: rgb(222,65,61); }
div.DivClassName
{
background-color: #DE413D;
}
.BgClassName
{
background-color: #DE413D;
}
</style>
border-color css
<style>
span { border-color: #DE413D; }
span { border-color: rgb(222,65,61); }
td.TdClassName
{
border-color: #DE413D;
}
.TagClassName
{
border-color: #DE413D;
}
</style>