Shades of Cinnabar #D93F38
Tints of Cinnabar #D93F38
RGB
CMYK
RGB Variations
Color information
#D93F38 (or 0xD93F38) is known color: Cinnabar. HEX triplet: D9, 3F and 38. RGB value is (217,63,56). Sum of RGB (Red+Green+Blue) = 217+63+56=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93F38 is #26C0C7. Grayscale: #6C6C6C. Windows color (decimal): -2539720 or 3686361. OLE color: 3686361.
HSL color Cylindrical-coordinate representation of color #D93F38: hue angle of 2.61º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D93F38 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 63 | 56 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.15 |
| HSL | 2.61º | 0.68% | 0.54% | - |
| HSV(B) | 2.61º | 0.74% | 0.85% | - |
| XYZ | 31.11 | 18.59 | 5.69 | - |
| YUV | 108.25 | 98.52 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 63 | 56 | 0 | 0.71 | 0.74 | 0.15 | 2.61 | 0.68 | 0.54 |
| Hex | D9 | 3F | 38 | 0 | 47 | 4A | F | 3 | 44 | 36 |
| Octal | 331 | 77 | 70 | 0 | 107 | 112 | 17 | 3 | 104 | 66 |
| Binary | 11011001 | 111111 | 111000 | 0 | 1000111 | 1001010 | 1111 | 11 | 1000100 | 110110 |
Color Harmonies of #D93F38
Complementary color
Monochromatic Colors of #D93F38
Black with #D93F38
Text Example
Text Example
White with #D93F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93F38; }
p { color: rgb(217,63,56); }
H1.HeaderClassName
{
color: #D93F38;
}
.AnyTagClassName
{
color: #D93F38;
}
</style>
background-color css
<style>
a { background-color: #D93F38; }
a { background-color: rgb(217,63,56); }
div.DivClassName
{
background-color: #D93F38;
}
.BgClassName
{
background-color: #D93F38;
}
</style>
border-color css
<style>
span { border-color: #D93F38; }
span { border-color: rgb(217,63,56); }
td.TdClassName
{
border-color: #D93F38;
}
.TagClassName
{
border-color: #D93F38;
}
</style>