Shades of Cinnabar #D93E30
Tints of Cinnabar #D93E30
RGB
CMYK
RGB Variations
Color information
#D93E30 (or 0xD93E30) is known color: Cinnabar. HEX triplet: D9, 3E and 30. RGB value is (217,62,48). Sum of RGB (Red+Green+Blue) = 217+62+48=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D93E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93E30 is #26C1CF. Grayscale: #6A6A6A. Windows color (decimal): -2539984 or 3161817. OLE color: 3161817.
HSL color Cylindrical-coordinate representation of color #D93E30: hue angle of 4.97º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D93E30 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 62 | 48 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.15 |
| HSL | 4.97º | 0.69% | 0.52% | - |
| HSV(B) | 4.97º | 0.78% | 0.85% | - |
| XYZ | 30.87 | 18.41 | 4.72 | - |
| YUV | 106.75 | 94.85 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 62 | 48 | 0 | 0.71 | 0.78 | 0.15 | 4.97 | 0.69 | 0.52 |
| Hex | D9 | 3E | 30 | 0 | 47 | 4E | F | 5 | 45 | 34 |
| Octal | 331 | 76 | 60 | 0 | 107 | 116 | 17 | 5 | 105 | 64 |
| Binary | 11011001 | 111110 | 110000 | 0 | 1000111 | 1001110 | 1111 | 101 | 1000101 | 110100 |
Color Harmonies of #D93E30
Complementary color
Monochromatic Colors of #D93E30
Black with #D93E30
Text Example
Text Example
White with #D93E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93E30; }
p { color: rgb(217,62,48); }
H1.HeaderClassName
{
color: #D93E30;
}
.AnyTagClassName
{
color: #D93E30;
}
</style>
background-color css
<style>
a { background-color: #D93E30; }
a { background-color: rgb(217,62,48); }
div.DivClassName
{
background-color: #D93E30;
}
.BgClassName
{
background-color: #D93E30;
}
</style>
border-color css
<style>
span { border-color: #D93E30; }
span { border-color: rgb(217,62,48); }
td.TdClassName
{
border-color: #D93E30;
}
.TagClassName
{
border-color: #D93E30;
}
</style>