Shades of Cinnabar #D74A2A
Tints of Cinnabar #D74A2A
RGB
CMYK
RGB Variations
Color information
#D74A2A (or 0xD74A2A) is known color: Cinnabar. HEX triplet: D7, 4A and 2A. RGB value is (215,74,42). Sum of RGB (Red+Green+Blue) = 215+74+42=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74A2A is #28B5D5. Grayscale: #707070. Windows color (decimal): -2667990 or 2771671. OLE color: 2771671.
HSL color Cylindrical-coordinate representation of color #D74A2A: hue angle of 11.1º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D74A2A is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 42 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.16 |
| HSL | 11.1º | 0.68% | 0.5% | - |
| HSV(B) | 11.1º | 0.8% | 0.84% | - |
| XYZ | 30.89 | 19.51 | 4.33 | - |
| YUV | 112.51 | 88.21 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 42 | 0 | 0.66 | 0.80 | 0.16 | 11.1 | 0.68 | 0.5 |
| Hex | D7 | 4A | 2A | 0 | 42 | 50 | 10 | B | 44 | 32 |
| Octal | 327 | 112 | 52 | 0 | 102 | 120 | 20 | 13 | 104 | 62 |
| Binary | 11010111 | 1001010 | 101010 | 0 | 1000010 | 1010000 | 10000 | 1011 | 1000100 | 110010 |
Color Harmonies of #D74A2A
Complementary color
Monochromatic Colors of #D74A2A
Black with #D74A2A
Text Example
Text Example
White with #D74A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74A2A; }
p { color: rgb(215,74,42); }
H1.HeaderClassName
{
color: #D74A2A;
}
.AnyTagClassName
{
color: #D74A2A;
}
</style>
background-color css
<style>
a { background-color: #D74A2A; }
a { background-color: rgb(215,74,42); }
div.DivClassName
{
background-color: #D74A2A;
}
.BgClassName
{
background-color: #D74A2A;
}
</style>
border-color css
<style>
span { border-color: #D74A2A; }
span { border-color: rgb(215,74,42); }
td.TdClassName
{
border-color: #D74A2A;
}
.TagClassName
{
border-color: #D74A2A;
}
</style>