Shades of Cinnabar #D74030
Tints of Cinnabar #D74030
RGB
CMYK
RGB Variations
Color information
#D74030 (or 0xD74030) is known color: Cinnabar. HEX triplet: D7, 40 and 30. RGB value is (215,64,48). Sum of RGB (Red+Green+Blue) = 215+64+48=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D74030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74030 is #28BFCF. Grayscale: #6B6B6B. Windows color (decimal): -2670544 or 3162327. OLE color: 3162327.
HSL color Cylindrical-coordinate representation of color #D74030: hue angle of 5.75º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D74030 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 64 | 48 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.16 |
| HSL | 5.75º | 0.68% | 0.52% | - |
| HSV(B) | 5.75º | 0.78% | 0.84% | - |
| XYZ | 30.39 | 18.33 | 4.73 | - |
| YUV | 107.33 | 94.53 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 48 | 0 | 0.70 | 0.78 | 0.16 | 5.75 | 0.68 | 0.52 |
| Hex | D7 | 40 | 30 | 0 | 46 | 4E | 10 | 6 | 44 | 34 |
| Octal | 327 | 100 | 60 | 0 | 106 | 116 | 20 | 6 | 104 | 64 |
| Binary | 11010111 | 1000000 | 110000 | 0 | 1000110 | 1001110 | 10000 | 110 | 1000100 | 110100 |
Color Harmonies of #D74030
Complementary color
Monochromatic Colors of #D74030
Black with #D74030
Text Example
Text Example
White with #D74030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74030; }
p { color: rgb(215,64,48); }
H1.HeaderClassName
{
color: #D74030;
}
.AnyTagClassName
{
color: #D74030;
}
</style>
background-color css
<style>
a { background-color: #D74030; }
a { background-color: rgb(215,64,48); }
div.DivClassName
{
background-color: #D74030;
}
.BgClassName
{
background-color: #D74030;
}
</style>
border-color css
<style>
span { border-color: #D74030; }
span { border-color: rgb(215,64,48); }
td.TdClassName
{
border-color: #D74030;
}
.TagClassName
{
border-color: #D74030;
}
</style>