Shades of Cinnabar #D5412A
Tints of Cinnabar #D5412A
RGB
CMYK
RGB Variations
Color information
#D5412A (or 0xD5412A) is known color: Cinnabar. HEX triplet: D5, 41 and 2A. RGB value is (213,65,42). Sum of RGB (Red+Green+Blue) = 213+65+42=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D5412A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5412A is #2ABED5. Grayscale: #6A6A6A. Windows color (decimal): -2801366 or 2769365. OLE color: 2769365.
HSL color Cylindrical-coordinate representation of color #D5412A: hue angle of 8.07º degrees, saturation: 0.67, 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 #D5412A is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 42 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.16 |
| HSL | 8.07º | 0.67% | 0.5% | - |
| HSV(B) | 8.07º | 0.8% | 0.84% | - |
| XYZ | 29.75 | 18.09 | 4.12 | - |
| YUV | 106.63 | 91.53 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 42 | 0 | 0.69 | 0.80 | 0.16 | 8.07 | 0.67 | 0.5 |
| Hex | D5 | 41 | 2A | 0 | 45 | 50 | 10 | 8 | 43 | 32 |
| Octal | 325 | 101 | 52 | 0 | 105 | 120 | 20 | 10 | 103 | 62 |
| Binary | 11010101 | 1000001 | 101010 | 0 | 1000101 | 1010000 | 10000 | 1000 | 1000011 | 110010 |
Color Harmonies of #D5412A
Complementary color
Monochromatic Colors of #D5412A
Black with #D5412A
Text Example
Text Example
White with #D5412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5412A; }
p { color: rgb(213,65,42); }
H1.HeaderClassName
{
color: #D5412A;
}
.AnyTagClassName
{
color: #D5412A;
}
</style>
background-color css
<style>
a { background-color: #D5412A; }
a { background-color: rgb(213,65,42); }
div.DivClassName
{
background-color: #D5412A;
}
.BgClassName
{
background-color: #D5412A;
}
</style>
border-color css
<style>
span { border-color: #D5412A; }
span { border-color: rgb(213,65,42); }
td.TdClassName
{
border-color: #D5412A;
}
.TagClassName
{
border-color: #D5412A;
}
</style>