Shades of Cinnabar #D93F32
Tints of Cinnabar #D93F32
RGB
CMYK
RGB Variations
Color information
#D93F32 (or 0xD93F32) is known color: Cinnabar. HEX triplet: D9, 3F and 32. RGB value is (217,63,50). Sum of RGB (Red+Green+Blue) = 217+63+50=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93F32 is #26C0CD. Grayscale: #6B6B6B. Windows color (decimal): -2539726 or 3293145. OLE color: 3293145.
HSL color Cylindrical-coordinate representation of color #D93F32: hue angle of 4.67º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D93F32 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 63 | 50 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.15 |
| HSL | 4.67º | 0.69% | 0.52% | - |
| HSV(B) | 4.67º | 0.77% | 0.85% | - |
| XYZ | 30.97 | 18.54 | 4.96 | - |
| YUV | 107.56 | 95.52 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 63 | 50 | 0 | 0.71 | 0.77 | 0.15 | 4.67 | 0.69 | 0.52 |
| Hex | D9 | 3F | 32 | 0 | 47 | 4D | F | 5 | 45 | 34 |
| Octal | 331 | 77 | 62 | 0 | 107 | 115 | 17 | 5 | 105 | 64 |
| Binary | 11011001 | 111111 | 110010 | 0 | 1000111 | 1001101 | 1111 | 101 | 1000101 | 110100 |
Color Harmonies of #D93F32
Complementary color
Monochromatic Colors of #D93F32
Black with #D93F32
Text Example
Text Example
White with #D93F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93F32; }
p { color: rgb(217,63,50); }
H1.HeaderClassName
{
color: #D93F32;
}
.AnyTagClassName
{
color: #D93F32;
}
</style>
background-color css
<style>
a { background-color: #D93F32; }
a { background-color: rgb(217,63,50); }
div.DivClassName
{
background-color: #D93F32;
}
.BgClassName
{
background-color: #D93F32;
}
</style>
border-color css
<style>
span { border-color: #D93F32; }
span { border-color: rgb(217,63,50); }
td.TdClassName
{
border-color: #D93F32;
}
.TagClassName
{
border-color: #D93F32;
}
</style>