Shades of Cinnabar #DE4130
Tints of Cinnabar #DE4130
RGB
CMYK
RGB Variations
Color information
#DE4130 (or 0xDE4130) is known color: Cinnabar. HEX triplet: DE, 41 and 30. RGB value is (222,65,48). Sum of RGB (Red+Green+Blue) = 222+65+48=335 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.27% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4130 is #21BECF. Grayscale: #6E6E6E. Windows color (decimal): -2211536 or 3162590. OLE color: 3162590.
HSL color Cylindrical-coordinate representation of color #DE4130: hue angle of 5.86º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE4130 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 65 | 48 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.13 |
| HSL | 5.86º | 0.73% | 0.53% | - |
| HSV(B) | 5.86º | 0.78% | 0.87% | - |
| XYZ | 32.55 | 19.52 | 4.85 | - |
| YUV | 110.01 | 93.01 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 65 | 48 | 0 | 0.71 | 0.78 | 0.13 | 5.86 | 0.73 | 0.53 |
| Hex | DE | 41 | 30 | 0 | 47 | 4E | D | 6 | 48 | 35 |
| Octal | 336 | 101 | 60 | 0 | 107 | 116 | 15 | 6 | 110 | 65 |
| Binary | 11011110 | 1000001 | 110000 | 0 | 1000111 | 1001110 | 1101 | 110 | 1001000 | 110101 |
Color Harmonies of #DE4130
Complementary color
Monochromatic Colors of #DE4130
Black with #DE4130
Text Example
Text Example
White with #DE4130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4130; }
p { color: rgb(222,65,48); }
H1.HeaderClassName
{
color: #DE4130;
}
.AnyTagClassName
{
color: #DE4130;
}
</style>
background-color css
<style>
a { background-color: #DE4130; }
a { background-color: rgb(222,65,48); }
div.DivClassName
{
background-color: #DE4130;
}
.BgClassName
{
background-color: #DE4130;
}
</style>
border-color css
<style>
span { border-color: #DE4130; }
span { border-color: rgb(222,65,48); }
td.TdClassName
{
border-color: #DE4130;
}
.TagClassName
{
border-color: #DE4130;
}
</style>