Shades of Cinnabar #D94D30
Tints of Cinnabar #D94D30
RGB
CMYK
RGB Variations
Color information
#D94D30 (or 0xD94D30) is known color: Cinnabar. HEX triplet: D9, 4D and 30. RGB value is (217,77,48). Sum of RGB (Red+Green+Blue) = 217+77+48=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94D30 is #26B2CF. Grayscale: #737373. Windows color (decimal): -2536144 or 3165657. OLE color: 3165657.
HSL color Cylindrical-coordinate representation of color #D94D30: hue angle of 10.3º 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 #D94D30 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 77 | 48 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.15 |
| HSL | 10.3º | 0.69% | 0.52% | - |
| HSV(B) | 10.3º | 0.78% | 0.85% | - |
| XYZ | 31.8 | 20.27 | 5.03 | - |
| YUV | 115.55 | 89.88 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 48 | 0 | 0.65 | 0.78 | 0.15 | 10.3 | 0.69 | 0.52 |
| Hex | D9 | 4D | 30 | 0 | 41 | 4E | F | A | 45 | 34 |
| Octal | 331 | 115 | 60 | 0 | 101 | 116 | 17 | 12 | 105 | 64 |
| Binary | 11011001 | 1001101 | 110000 | 0 | 1000001 | 1001110 | 1111 | 1010 | 1000101 | 110100 |
Color Harmonies of #D94D30
Complementary color
Monochromatic Colors of #D94D30
Black with #D94D30
Text Example
Text Example
White with #D94D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94D30; }
p { color: rgb(217,77,48); }
H1.HeaderClassName
{
color: #D94D30;
}
.AnyTagClassName
{
color: #D94D30;
}
</style>
background-color css
<style>
a { background-color: #D94D30; }
a { background-color: rgb(217,77,48); }
div.DivClassName
{
background-color: #D94D30;
}
.BgClassName
{
background-color: #D94D30;
}
</style>
border-color css
<style>
span { border-color: #D94D30; }
span { border-color: rgb(217,77,48); }
td.TdClassName
{
border-color: #D94D30;
}
.TagClassName
{
border-color: #D94D30;
}
</style>