Shades of Cinnabar #D7413A
Tints of Cinnabar #D7413A
RGB
CMYK
RGB Variations
Color information
#D7413A (or 0xD7413A) is known color: Cinnabar. HEX triplet: D7, 41 and 3A. RGB value is (215,65,58). Sum of RGB (Red+Green+Blue) = 215+65+58=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D7413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7413A is #28BEC5. Grayscale: #6D6D6D. Windows color (decimal): -2670278 or 3817943. OLE color: 3817943.
HSL color Cylindrical-coordinate representation of color #D7413A: hue angle of 2.68º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D7413A is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 65 | 58 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.16 |
| HSL | 2.68º | 0.66% | 0.54% | - |
| HSV(B) | 2.68º | 0.73% | 0.84% | - |
| XYZ | 30.68 | 18.53 | 5.96 | - |
| YUV | 109.05 | 99.2 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 65 | 58 | 0 | 0.70 | 0.73 | 0.16 | 2.68 | 0.66 | 0.54 |
| Hex | D7 | 41 | 3A | 0 | 46 | 49 | 10 | 3 | 42 | 36 |
| Octal | 327 | 101 | 72 | 0 | 106 | 111 | 20 | 3 | 102 | 66 |
| Binary | 11010111 | 1000001 | 111010 | 0 | 1000110 | 1001001 | 10000 | 11 | 1000010 | 110110 |
Color Harmonies of #D7413A
Complementary color
Monochromatic Colors of #D7413A
Black with #D7413A
Text Example
Text Example
White with #D7413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7413A; }
p { color: rgb(215,65,58); }
H1.HeaderClassName
{
color: #D7413A;
}
.AnyTagClassName
{
color: #D7413A;
}
</style>
background-color css
<style>
a { background-color: #D7413A; }
a { background-color: rgb(215,65,58); }
div.DivClassName
{
background-color: #D7413A;
}
.BgClassName
{
background-color: #D7413A;
}
</style>
border-color css
<style>
span { border-color: #D7413A; }
span { border-color: rgb(215,65,58); }
td.TdClassName
{
border-color: #D7413A;
}
.TagClassName
{
border-color: #D7413A;
}
</style>