Shades of Cinnabar #D94121
Tints of Cinnabar #D94121
RGB
CMYK
RGB Variations
Color information
#D94121 (or 0xD94121) is known color: Cinnabar. HEX triplet: D9, 41 and 21. RGB value is (217,65,33). Sum of RGB (Red+Green+Blue) = 217+65+33=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D94121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94121 is #26BEDE. Grayscale: #6B6B6B. Windows color (decimal): -2539231 or 2179545. OLE color: 2179545.
HSL color Cylindrical-coordinate representation of color #D94121: hue angle of 10.43º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D94121 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 65 | 33 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.15 |
| HSL | 10.43º | 0.74% | 0.49% | - |
| HSV(B) | 10.43º | 0.85% | 0.85% | - |
| XYZ | 30.78 | 18.64 | 3.41 | - |
| YUV | 106.8 | 86.36 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 65 | 33 | 0 | 0.70 | 0.85 | 0.15 | 10.43 | 0.74 | 0.49 |
| Hex | D9 | 41 | 21 | 0 | 46 | 55 | F | A | 4A | 31 |
| Octal | 331 | 101 | 41 | 0 | 106 | 125 | 17 | 12 | 112 | 61 |
| Binary | 11011001 | 1000001 | 100001 | 0 | 1000110 | 1010101 | 1111 | 1010 | 1001010 | 110001 |
Color Harmonies of #D94121
Complementary color
Monochromatic Colors of #D94121
Black with #D94121
Text Example
Text Example
White with #D94121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94121; }
p { color: rgb(217,65,33); }
H1.HeaderClassName
{
color: #D94121;
}
.AnyTagClassName
{
color: #D94121;
}
</style>
background-color css
<style>
a { background-color: #D94121; }
a { background-color: rgb(217,65,33); }
div.DivClassName
{
background-color: #D94121;
}
.BgClassName
{
background-color: #D94121;
}
</style>
border-color css
<style>
span { border-color: #D94121; }
span { border-color: rgb(217,65,33); }
td.TdClassName
{
border-color: #D94121;
}
.TagClassName
{
border-color: #D94121;
}
</style>