Shades of Cinnabar #D54441
Tints of Cinnabar #D54441
RGB
CMYK
RGB Variations
Color information
#D54441 (or 0xD54441) is known color: Cinnabar. HEX triplet: D5, 44 and 41. RGB value is (213,68,65). Sum of RGB (Red+Green+Blue) = 213+68+65=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D54441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54441 is #2ABBBE. Grayscale: #6F6F6F. Windows color (decimal): -2800575 or 4277461. OLE color: 4277461.
HSL color Cylindrical-coordinate representation of color #D54441: hue angle of 1.22º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54441 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 65 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.16 |
| HSL | 1.22º | 0.64% | 0.55% | - |
| HSV(B) | 1.22º | 0.69% | 0.84% | - |
| XYZ | 30.46 | 18.66 | 7 | - |
| YUV | 111.01 | 102.04 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 65 | 0 | 0.68 | 0.69 | 0.16 | 1.22 | 0.64 | 0.55 |
| Hex | D5 | 44 | 41 | 0 | 44 | 45 | 10 | 1 | 40 | 37 |
| Octal | 325 | 104 | 101 | 0 | 104 | 105 | 20 | 1 | 100 | 67 |
| Binary | 11010101 | 1000100 | 1000001 | 0 | 1000100 | 1000101 | 10000 | 1 | 1000000 | 110111 |
Color Harmonies of #D54441
Complementary color
Monochromatic Colors of #D54441
Black with #D54441
Text Example
Text Example
White with #D54441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54441; }
p { color: rgb(213,68,65); }
H1.HeaderClassName
{
color: #D54441;
}
.AnyTagClassName
{
color: #D54441;
}
</style>
background-color css
<style>
a { background-color: #D54441; }
a { background-color: rgb(213,68,65); }
div.DivClassName
{
background-color: #D54441;
}
.BgClassName
{
background-color: #D54441;
}
</style>
border-color css
<style>
span { border-color: #D54441; }
span { border-color: rgb(213,68,65); }
td.TdClassName
{
border-color: #D54441;
}
.TagClassName
{
border-color: #D54441;
}
</style>