Shades of Cinnabar #DE3430
Tints of Cinnabar #DE3430
RGB
CMYK
RGB Variations
Color information
#DE3430 (or 0xDE3430) is known color: Cinnabar. HEX triplet: DE, 34 and 30. RGB value is (222,52,48). Sum of RGB (Red+Green+Blue) = 222+52+48=322 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.94% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3430 is #21CBCF. Grayscale: #666666. Windows color (decimal): -2214864 or 3159262. OLE color: 3159262.
HSL color Cylindrical-coordinate representation of color #DE3430: hue angle of 1.38º 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 #DE3430 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 52 | 48 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.13 |
| HSL | 1.38º | 0.73% | 0.53% | - |
| HSV(B) | 1.38º | 0.78% | 0.87% | - |
| XYZ | 31.89 | 18.2 | 4.63 | - |
| YUV | 102.37 | 97.32 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 52 | 48 | 0 | 0.77 | 0.78 | 0.13 | 1.38 | 0.73 | 0.53 |
| Hex | DE | 34 | 30 | 0 | 4D | 4E | D | 1 | 48 | 35 |
| Octal | 336 | 64 | 60 | 0 | 115 | 116 | 15 | 1 | 110 | 65 |
| Binary | 11011110 | 110100 | 110000 | 0 | 1001101 | 1001110 | 1101 | 1 | 1001000 | 110101 |
Color Harmonies of #DE3430
Complementary color
Monochromatic Colors of #DE3430
Black with #DE3430
Text Example
Text Example
White with #DE3430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3430; }
p { color: rgb(222,52,48); }
H1.HeaderClassName
{
color: #DE3430;
}
.AnyTagClassName
{
color: #DE3430;
}
</style>
background-color css
<style>
a { background-color: #DE3430; }
a { background-color: rgb(222,52,48); }
div.DivClassName
{
background-color: #DE3430;
}
.BgClassName
{
background-color: #DE3430;
}
</style>
border-color css
<style>
span { border-color: #DE3430; }
span { border-color: rgb(222,52,48); }
td.TdClassName
{
border-color: #DE3430;
}
.TagClassName
{
border-color: #DE3430;
}
</style>