Shades of Cinnabar #DE4136
Tints of Cinnabar #DE4136
RGB
CMYK
RGB Variations
Color information
#DE4136 (or 0xDE4136) is known color: Cinnabar. HEX triplet: DE, 41 and 36. RGB value is (222,65,54). Sum of RGB (Red+Green+Blue) = 222+65+54=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4136 is #21BEC9. Grayscale: #6E6E6E. Windows color (decimal): -2211530 or 3555806. OLE color: 3555806.
HSL color Cylindrical-coordinate representation of color #DE4136: hue angle of 3.93º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DE4136 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 65 | 54 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.13 |
| HSL | 3.93º | 0.72% | 0.54% | - |
| HSV(B) | 3.93º | 0.76% | 0.87% | - |
| XYZ | 32.68 | 19.58 | 5.55 | - |
| YUV | 110.69 | 96.01 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 65 | 54 | 0 | 0.71 | 0.76 | 0.13 | 3.93 | 0.72 | 0.54 |
| Hex | DE | 41 | 36 | 0 | 47 | 4C | D | 4 | 48 | 36 |
| Octal | 336 | 101 | 66 | 0 | 107 | 114 | 15 | 4 | 110 | 66 |
| Binary | 11011110 | 1000001 | 110110 | 0 | 1000111 | 1001100 | 1101 | 100 | 1001000 | 110110 |
Color Harmonies of #DE4136
Complementary color
Monochromatic Colors of #DE4136
Black with #DE4136
Text Example
Text Example
White with #DE4136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4136; }
p { color: rgb(222,65,54); }
H1.HeaderClassName
{
color: #DE4136;
}
.AnyTagClassName
{
color: #DE4136;
}
</style>
background-color css
<style>
a { background-color: #DE4136; }
a { background-color: rgb(222,65,54); }
div.DivClassName
{
background-color: #DE4136;
}
.BgClassName
{
background-color: #DE4136;
}
</style>
border-color css
<style>
span { border-color: #DE4136; }
span { border-color: rgb(222,65,54); }
td.TdClassName
{
border-color: #DE4136;
}
.TagClassName
{
border-color: #DE4136;
}
</style>