Shades of Cinnabar #D74141
Tints of Cinnabar #D74141
RGB
CMYK
RGB Variations
Color information
#D74141 (or 0xD74141) is known color: Cinnabar. HEX triplet: D7, 41 and 41. RGB value is (215,65,65). Sum of RGB (Red+Green+Blue) = 215+65+65=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D74141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74141 is #28BEBE. Grayscale: #6E6E6E. Windows color (decimal): -2670271 or 4276695. OLE color: 4276695.
HSL color Cylindrical-coordinate representation of color #D74141: hue angle of 0º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D74141 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 65 | 65 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.16 |
| HSL | 0º | 0.65% | 0.55% | - |
| HSV(B) | 0º | 0.7% | 0.84% | - |
| XYZ | 30.87 | 18.61 | 6.97 | - |
| YUV | 109.85 | 102.7 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 65 | 65 | 0 | 0.70 | 0.70 | 0.16 | 0 | 0.65 | 0.55 |
| Hex | D7 | 41 | 41 | 0 | 46 | 46 | 10 | 0 | 41 | 37 |
| Octal | 327 | 101 | 101 | 0 | 106 | 106 | 20 | 0 | 101 | 67 |
| Binary | 11010111 | 1000001 | 1000001 | 0 | 1000110 | 1000110 | 10000 | 0 | 1000001 | 110111 |
Color Harmonies of #D74141
Complementary color
Monochromatic Colors of #D74141
Black with #D74141
Text Example
Text Example
White with #D74141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74141; }
p { color: rgb(215,65,65); }
H1.HeaderClassName
{
color: #D74141;
}
.AnyTagClassName
{
color: #D74141;
}
</style>
background-color css
<style>
a { background-color: #D74141; }
a { background-color: rgb(215,65,65); }
div.DivClassName
{
background-color: #D74141;
}
.BgClassName
{
background-color: #D74141;
}
</style>
border-color css
<style>
span { border-color: #D74141; }
span { border-color: rgb(215,65,65); }
td.TdClassName
{
border-color: #D74141;
}
.TagClassName
{
border-color: #D74141;
}
</style>