Shades of Cinnabar #DE433E
Tints of Cinnabar #DE433E
RGB
CMYK
RGB Variations
Color information
#DE433E (or 0xDE433E) is known color: Cinnabar. HEX triplet: DE, 43 and 3E. RGB value is (222,67,62). Sum of RGB (Red+Green+Blue) = 222+67+62=351 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.25% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 222 - color contains mainly: red. Hex color #DE433E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE433E is #21BCC1. Grayscale: #707070. Windows color (decimal): -2211010 or 4080606. OLE color: 4080606.
HSL color Cylindrical-coordinate representation of color #DE433E: hue angle of 1.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DE433E is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 67 | 62 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.13 |
| HSL | 1.88º | 0.71% | 0.56% | - |
| HSV(B) | 1.88º | 0.72% | 0.87% | - |
| XYZ | 33 | 19.89 | 6.66 | - |
| YUV | 112.78 | 99.35 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 67 | 62 | 0 | 0.70 | 0.72 | 0.13 | 1.88 | 0.71 | 0.56 |
| Hex | DE | 43 | 3E | 0 | 46 | 48 | D | 2 | 47 | 38 |
| Octal | 336 | 103 | 76 | 0 | 106 | 110 | 15 | 2 | 107 | 70 |
| Binary | 11011110 | 1000011 | 111110 | 0 | 1000110 | 1001000 | 1101 | 10 | 1000111 | 111000 |
Color Harmonies of #DE433E
Complementary color
Monochromatic Colors of #DE433E
Black with #DE433E
Text Example
Text Example
White with #DE433E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE433E; }
p { color: rgb(222,67,62); }
H1.HeaderClassName
{
color: #DE433E;
}
.AnyTagClassName
{
color: #DE433E;
}
</style>
background-color css
<style>
a { background-color: #DE433E; }
a { background-color: rgb(222,67,62); }
div.DivClassName
{
background-color: #DE433E;
}
.BgClassName
{
background-color: #DE433E;
}
</style>
border-color css
<style>
span { border-color: #DE433E; }
span { border-color: rgb(222,67,62); }
td.TdClassName
{
border-color: #DE433E;
}
.TagClassName
{
border-color: #DE433E;
}
</style>