Shades of Cinnabar #D93F28
Tints of Cinnabar #D93F28
RGB
CMYK
RGB Variations
Color information
#D93F28 (or 0xD93F28) is known color: Cinnabar. HEX triplet: D9, 3F and 28. RGB value is (217,63,40). Sum of RGB (Red+Green+Blue) = 217+63+40=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93F28 is #26C0D7. Grayscale: #6A6A6A. Windows color (decimal): -2539736 or 2637785. OLE color: 2637785.
HSL color Cylindrical-coordinate representation of color #D93F28: hue angle of 7.8º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D93F28 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 63 | 40 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.15 |
| HSL | 7.8º | 0.7% | 0.5% | - |
| HSV(B) | 7.8º | 0.82% | 0.85% | - |
| XYZ | 30.78 | 18.46 | 3.95 | - |
| YUV | 106.42 | 90.52 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 63 | 40 | 0 | 0.71 | 0.82 | 0.15 | 7.8 | 0.7 | 0.5 |
| Hex | D9 | 3F | 28 | 0 | 47 | 52 | F | 8 | 46 | 32 |
| Octal | 331 | 77 | 50 | 0 | 107 | 122 | 17 | 10 | 106 | 62 |
| Binary | 11011001 | 111111 | 101000 | 0 | 1000111 | 1010010 | 1111 | 1000 | 1000110 | 110010 |
Color Harmonies of #D93F28
Complementary color
Monochromatic Colors of #D93F28
Black with #D93F28
Text Example
Text Example
White with #D93F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93F28; }
p { color: rgb(217,63,40); }
H1.HeaderClassName
{
color: #D93F28;
}
.AnyTagClassName
{
color: #D93F28;
}
</style>
background-color css
<style>
a { background-color: #D93F28; }
a { background-color: rgb(217,63,40); }
div.DivClassName
{
background-color: #D93F28;
}
.BgClassName
{
background-color: #D93F28;
}
</style>
border-color css
<style>
span { border-color: #D93F28; }
span { border-color: rgb(217,63,40); }
td.TdClassName
{
border-color: #D93F28;
}
.TagClassName
{
border-color: #D93F28;
}
</style>