Shades of Cinnabar #D5422F
Tints of Cinnabar #D5422F
RGB
CMYK
RGB Variations
Color information
#D5422F (or 0xD5422F) is known color: Cinnabar. HEX triplet: D5, 42 and 2F. RGB value is (213,66,47). Sum of RGB (Red+Green+Blue) = 213+66+47=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D5422F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5422F is #2ABDD0. Grayscale: #6C6C6C. Windows color (decimal): -2801105 or 3097301. OLE color: 3097301.
HSL color Cylindrical-coordinate representation of color #D5422F: hue angle of 6.87º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5422F is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 66 | 47 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.16 |
| HSL | 6.87º | 0.66% | 0.51% | - |
| HSV(B) | 6.87º | 0.78% | 0.84% | - |
| XYZ | 29.9 | 18.25 | 4.64 | - |
| YUV | 107.79 | 93.7 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 47 | 0 | 0.69 | 0.78 | 0.16 | 6.87 | 0.66 | 0.51 |
| Hex | D5 | 42 | 2F | 0 | 45 | 4E | 10 | 7 | 42 | 33 |
| Octal | 325 | 102 | 57 | 0 | 105 | 116 | 20 | 7 | 102 | 63 |
| Binary | 11010101 | 1000010 | 101111 | 0 | 1000101 | 1001110 | 10000 | 111 | 1000010 | 110011 |
Color Harmonies of #D5422F
Complementary color
Monochromatic Colors of #D5422F
Black with #D5422F
Text Example
Text Example
White with #D5422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5422F; }
p { color: rgb(213,66,47); }
H1.HeaderClassName
{
color: #D5422F;
}
.AnyTagClassName
{
color: #D5422F;
}
</style>
background-color css
<style>
a { background-color: #D5422F; }
a { background-color: rgb(213,66,47); }
div.DivClassName
{
background-color: #D5422F;
}
.BgClassName
{
background-color: #D5422F;
}
</style>
border-color css
<style>
span { border-color: #D5422F; }
span { border-color: rgb(213,66,47); }
td.TdClassName
{
border-color: #D5422F;
}
.TagClassName
{
border-color: #D5422F;
}
</style>