Shades of Cinnabar #D93D26
Tints of Cinnabar #D93D26
RGB
CMYK
RGB Variations
Color information
#D93D26 (or 0xD93D26) is known color: Cinnabar. HEX triplet: D9, 3D and 26. RGB value is (217,61,38). Sum of RGB (Red+Green+Blue) = 217+61+38=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93D26 is #26C2D9. Grayscale: #696969. Windows color (decimal): -2540250 or 2506201. OLE color: 2506201.
HSL color Cylindrical-coordinate representation of color #D93D26: hue angle of 7.71º 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 #D93D26 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 38 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.15 |
| HSL | 7.71º | 0.7% | 0.5% | - |
| HSV(B) | 7.71º | 0.82% | 0.85% | - |
| XYZ | 30.63 | 18.23 | 3.74 | - |
| YUV | 105.02 | 90.18 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 38 | 0 | 0.72 | 0.82 | 0.15 | 7.71 | 0.7 | 0.5 |
| Hex | D9 | 3D | 26 | 0 | 48 | 52 | F | 8 | 46 | 32 |
| Octal | 331 | 75 | 46 | 0 | 110 | 122 | 17 | 10 | 106 | 62 |
| Binary | 11011001 | 111101 | 100110 | 0 | 1001000 | 1010010 | 1111 | 1000 | 1000110 | 110010 |
Color Harmonies of #D93D26
Complementary color
Monochromatic Colors of #D93D26
Black with #D93D26
Text Example
Text Example
White with #D93D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93D26; }
p { color: rgb(217,61,38); }
H1.HeaderClassName
{
color: #D93D26;
}
.AnyTagClassName
{
color: #D93D26;
}
</style>
background-color css
<style>
a { background-color: #D93D26; }
a { background-color: rgb(217,61,38); }
div.DivClassName
{
background-color: #D93D26;
}
.BgClassName
{
background-color: #D93D26;
}
</style>
border-color css
<style>
span { border-color: #D93D26; }
span { border-color: rgb(217,61,38); }
td.TdClassName
{
border-color: #D93D26;
}
.TagClassName
{
border-color: #D93D26;
}
</style>