Shades of Cinnabar #D5443D
Tints of Cinnabar #D5443D
RGB
CMYK
RGB Variations
Color information
#D5443D (or 0xD5443D) is known color: Cinnabar. HEX triplet: D5, 44 and 3D. RGB value is (213,68,61). Sum of RGB (Red+Green+Blue) = 213+68+61=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D5443D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5443D is #2ABBC2. Grayscale: #6E6E6E. Windows color (decimal): -2800579 or 4015317. OLE color: 4015317.
HSL color Cylindrical-coordinate representation of color #D5443D: hue angle of 2.76º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5443D is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 61 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.16 |
| HSL | 2.76º | 0.64% | 0.54% | - |
| HSV(B) | 2.76º | 0.71% | 0.84% | - |
| XYZ | 30.35 | 18.62 | 6.41 | - |
| YUV | 110.56 | 100.04 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 61 | 0 | 0.68 | 0.71 | 0.16 | 2.76 | 0.64 | 0.54 |
| Hex | D5 | 44 | 3D | 0 | 44 | 47 | 10 | 3 | 40 | 36 |
| Octal | 325 | 104 | 75 | 0 | 104 | 107 | 20 | 3 | 100 | 66 |
| Binary | 11010101 | 1000100 | 111101 | 0 | 1000100 | 1000111 | 10000 | 11 | 1000000 | 110110 |
Color Harmonies of #D5443D
Complementary color
Monochromatic Colors of #D5443D
Black with #D5443D
Text Example
Text Example
White with #D5443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5443D; }
p { color: rgb(213,68,61); }
H1.HeaderClassName
{
color: #D5443D;
}
.AnyTagClassName
{
color: #D5443D;
}
</style>
background-color css
<style>
a { background-color: #D5443D; }
a { background-color: rgb(213,68,61); }
div.DivClassName
{
background-color: #D5443D;
}
.BgClassName
{
background-color: #D5443D;
}
</style>
border-color css
<style>
span { border-color: #D5443D; }
span { border-color: rgb(213,68,61); }
td.TdClassName
{
border-color: #D5443D;
}
.TagClassName
{
border-color: #D5443D;
}
</style>