Shades of Cinnabar #D44541
Tints of Cinnabar #D44541
RGB
CMYK
RGB Variations
Color information
#D44541 (or 0xD44541) is known color: Cinnabar. HEX triplet: D4, 45 and 41. RGB value is (212,69,65). Sum of RGB (Red+Green+Blue) = 212+69+65=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D44541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44541 is #2BBABE. Grayscale: #6F6F6F. Windows color (decimal): -2865855 or 4277716. OLE color: 4277716.
HSL color Cylindrical-coordinate representation of color #D44541: hue angle of 1.63º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D44541 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 65 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.17 |
| HSL | 1.63º | 0.63% | 0.54% | - |
| HSV(B) | 1.63º | 0.69% | 0.83% | - |
| XYZ | 30.23 | 18.63 | 7 | - |
| YUV | 111.3 | 101.88 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 65 | 0 | 0.67 | 0.69 | 0.17 | 1.63 | 0.63 | 0.54 |
| Hex | D4 | 45 | 41 | 0 | 43 | 45 | 11 | 2 | 3F | 36 |
| Octal | 324 | 105 | 101 | 0 | 103 | 105 | 21 | 2 | 77 | 66 |
| Binary | 11010100 | 1000101 | 1000001 | 0 | 1000011 | 1000101 | 10001 | 10 | 111111 | 110110 |
Color Harmonies of #D44541
Complementary color
Monochromatic Colors of #D44541
Black with #D44541
Text Example
Text Example
White with #D44541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44541; }
p { color: rgb(212,69,65); }
H1.HeaderClassName
{
color: #D44541;
}
.AnyTagClassName
{
color: #D44541;
}
</style>
background-color css
<style>
a { background-color: #D44541; }
a { background-color: rgb(212,69,65); }
div.DivClassName
{
background-color: #D44541;
}
.BgClassName
{
background-color: #D44541;
}
</style>
border-color css
<style>
span { border-color: #D44541; }
span { border-color: rgb(212,69,65); }
td.TdClassName
{
border-color: #D44541;
}
.TagClassName
{
border-color: #D44541;
}
</style>