Shades of Cinnabar #D74025
Tints of Cinnabar #D74025
RGB
CMYK
RGB Variations
Color information
#D74025 (or 0xD74025) is known color: Cinnabar. HEX triplet: D7, 40 and 25. RGB value is (215,64,37). Sum of RGB (Red+Green+Blue) = 215+64+37=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D74025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74025 is #28BFDA. Grayscale: #6A6A6A. Windows color (decimal): -2670555 or 2441431. OLE color: 2441431.
HSL color Cylindrical-coordinate representation of color #D74025: hue angle of 9.1º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D74025 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 64 | 37 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.16 |
| HSL | 9.1º | 0.71% | 0.49% | - |
| HSV(B) | 9.1º | 0.83% | 0.84% | - |
| XYZ | 30.19 | 18.25 | 3.68 | - |
| YUV | 106.07 | 89.03 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 37 | 0 | 0.70 | 0.83 | 0.16 | 9.1 | 0.71 | 0.49 |
| Hex | D7 | 40 | 25 | 0 | 46 | 53 | 10 | 9 | 47 | 31 |
| Octal | 327 | 100 | 45 | 0 | 106 | 123 | 20 | 11 | 107 | 61 |
| Binary | 11010111 | 1000000 | 100101 | 0 | 1000110 | 1010011 | 10000 | 1001 | 1000111 | 110001 |
Color Harmonies of #D74025
Complementary color
Monochromatic Colors of #D74025
Black with #D74025
Text Example
Text Example
White with #D74025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74025; }
p { color: rgb(215,64,37); }
H1.HeaderClassName
{
color: #D74025;
}
.AnyTagClassName
{
color: #D74025;
}
</style>
background-color css
<style>
a { background-color: #D74025; }
a { background-color: rgb(215,64,37); }
div.DivClassName
{
background-color: #D74025;
}
.BgClassName
{
background-color: #D74025;
}
</style>
border-color css
<style>
span { border-color: #D74025; }
span { border-color: rgb(215,64,37); }
td.TdClassName
{
border-color: #D74025;
}
.TagClassName
{
border-color: #D74025;
}
</style>