Shades of Cinnabar #DE4943
Tints of Cinnabar #DE4943
RGB
CMYK
RGB Variations
Color information
#DE4943 (or 0xDE4943) is known color: Cinnabar. HEX triplet: DE, 49 and 43. RGB value is (222,73,67). Sum of RGB (Red+Green+Blue) = 222+73+67=362 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.33% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4943 is #21B6BC. Grayscale: #757575. Windows color (decimal): -2209469 or 4409822. OLE color: 4409822.
HSL color Cylindrical-coordinate representation of color #DE4943: hue angle of 2.32º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE4943 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 73 | 67 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.13 |
| HSL | 2.32º | 0.7% | 0.57% | - |
| HSV(B) | 2.32º | 0.7% | 0.87% | - |
| XYZ | 33.52 | 20.7 | 7.54 | - |
| YUV | 116.87 | 99.86 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 73 | 67 | 0 | 0.67 | 0.70 | 0.13 | 2.32 | 0.7 | 0.57 |
| Hex | DE | 49 | 43 | 0 | 43 | 46 | D | 2 | 46 | 39 |
| Octal | 336 | 111 | 103 | 0 | 103 | 106 | 15 | 2 | 106 | 71 |
| Binary | 11011110 | 1001001 | 1000011 | 0 | 1000011 | 1000110 | 1101 | 10 | 1000110 | 111001 |
Color Harmonies of #DE4943
Complementary color
Monochromatic Colors of #DE4943
Black with #DE4943
Text Example
Text Example
White with #DE4943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4943; }
p { color: rgb(222,73,67); }
H1.HeaderClassName
{
color: #DE4943;
}
.AnyTagClassName
{
color: #DE4943;
}
</style>
background-color css
<style>
a { background-color: #DE4943; }
a { background-color: rgb(222,73,67); }
div.DivClassName
{
background-color: #DE4943;
}
.BgClassName
{
background-color: #DE4943;
}
</style>
border-color css
<style>
span { border-color: #DE4943; }
span { border-color: rgb(222,73,67); }
td.TdClassName
{
border-color: #DE4943;
}
.TagClassName
{
border-color: #DE4943;
}
</style>