Shades of Cinnabar #D5443C
Tints of Cinnabar #D5443C
RGB
CMYK
RGB Variations
Color information
#D5443C (or 0xD5443C) is known color: Cinnabar. HEX triplet: D5, 44 and 3C. RGB value is (213,68,60). Sum of RGB (Red+Green+Blue) = 213+68+60=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D5443C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5443C is #2ABBC3. Grayscale: #6E6E6E. Windows color (decimal): -2800580 or 3949781. OLE color: 3949781.
HSL color Cylindrical-coordinate representation of color #D5443C: hue angle of 3.14º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5443C is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 60 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.16 |
| HSL | 3.14º | 0.65% | 0.54% | - |
| HSV(B) | 3.14º | 0.72% | 0.84% | - |
| XYZ | 30.32 | 18.61 | 6.27 | - |
| YUV | 110.44 | 99.54 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 60 | 0 | 0.68 | 0.72 | 0.16 | 3.14 | 0.65 | 0.54 |
| Hex | D5 | 44 | 3C | 0 | 44 | 48 | 10 | 3 | 41 | 36 |
| Octal | 325 | 104 | 74 | 0 | 104 | 110 | 20 | 3 | 101 | 66 |
| Binary | 11010101 | 1000100 | 111100 | 0 | 1000100 | 1001000 | 10000 | 11 | 1000001 | 110110 |
Color Harmonies of #D5443C
Complementary color
Monochromatic Colors of #D5443C
Black with #D5443C
Text Example
Text Example
White with #D5443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5443C; }
p { color: rgb(213,68,60); }
H1.HeaderClassName
{
color: #D5443C;
}
.AnyTagClassName
{
color: #D5443C;
}
</style>
background-color css
<style>
a { background-color: #D5443C; }
a { background-color: rgb(213,68,60); }
div.DivClassName
{
background-color: #D5443C;
}
.BgClassName
{
background-color: #D5443C;
}
</style>
border-color css
<style>
span { border-color: #D5443C; }
span { border-color: rgb(213,68,60); }
td.TdClassName
{
border-color: #D5443C;
}
.TagClassName
{
border-color: #D5443C;
}
</style>