Shades of Cinnabar #DE5130
Tints of Cinnabar #DE5130
RGB
CMYK
RGB Variations
Color information
#DE5130 (or 0xDE5130) is known color: Cinnabar. HEX triplet: DE, 51 and 30. RGB value is (222,81,48). Sum of RGB (Red+Green+Blue) = 222+81+48=351 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.25% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5130 is #21AECF. Grayscale: #777777. Windows color (decimal): -2207440 or 3166686. OLE color: 3166686.
HSL color Cylindrical-coordinate representation of color #DE5130: hue angle of 11.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 #DE5130 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 81 | 48 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.13 |
| HSL | 11.38º | 0.73% | 0.53% | - |
| HSV(B) | 11.38º | 0.78% | 0.87% | - |
| XYZ | 33.6 | 21.63 | 5.2 | - |
| YUV | 119.4 | 87.71 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 81 | 48 | 0 | 0.64 | 0.78 | 0.13 | 11.38 | 0.73 | 0.53 |
| Hex | DE | 51 | 30 | 0 | 40 | 4E | D | B | 48 | 35 |
| Octal | 336 | 121 | 60 | 0 | 100 | 116 | 15 | 13 | 110 | 65 |
| Binary | 11011110 | 1010001 | 110000 | 0 | 1000000 | 1001110 | 1101 | 1011 | 1001000 | 110101 |
Color Harmonies of #DE5130
Complementary color
Monochromatic Colors of #DE5130
Black with #DE5130
Text Example
Text Example
White with #DE5130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5130; }
p { color: rgb(222,81,48); }
H1.HeaderClassName
{
color: #DE5130;
}
.AnyTagClassName
{
color: #DE5130;
}
</style>
background-color css
<style>
a { background-color: #DE5130; }
a { background-color: rgb(222,81,48); }
div.DivClassName
{
background-color: #DE5130;
}
.BgClassName
{
background-color: #DE5130;
}
</style>
border-color css
<style>
span { border-color: #DE5130; }
span { border-color: rgb(222,81,48); }
td.TdClassName
{
border-color: #DE5130;
}
.TagClassName
{
border-color: #DE5130;
}
</style>