Shades of Cinnabar #D5433B
Tints of Cinnabar #D5433B
RGB
CMYK
RGB Variations
Color information
#D5433B (or 0xD5433B) is known color: Cinnabar. HEX triplet: D5, 43 and 3B. RGB value is (213,67,59). Sum of RGB (Red+Green+Blue) = 213+67+59=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D5433B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5433B is #2ABCC4. Grayscale: #6D6D6D. Windows color (decimal): -2800837 or 3883989. OLE color: 3883989.
HSL color Cylindrical-coordinate representation of color #D5433B: hue angle of 3.12º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5433B is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 59 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.16 |
| HSL | 3.12º | 0.65% | 0.53% | - |
| HSV(B) | 3.12º | 0.72% | 0.84% | - |
| XYZ | 30.24 | 18.48 | 6.11 | - |
| YUV | 109.74 | 99.37 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 59 | 0 | 0.69 | 0.72 | 0.16 | 3.12 | 0.65 | 0.53 |
| Hex | D5 | 43 | 3B | 0 | 45 | 48 | 10 | 3 | 41 | 35 |
| Octal | 325 | 103 | 73 | 0 | 105 | 110 | 20 | 3 | 101 | 65 |
| Binary | 11010101 | 1000011 | 111011 | 0 | 1000101 | 1001000 | 10000 | 11 | 1000001 | 110101 |
Color Harmonies of #D5433B
Complementary color
Monochromatic Colors of #D5433B
Black with #D5433B
Text Example
Text Example
White with #D5433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5433B; }
p { color: rgb(213,67,59); }
H1.HeaderClassName
{
color: #D5433B;
}
.AnyTagClassName
{
color: #D5433B;
}
</style>
background-color css
<style>
a { background-color: #D5433B; }
a { background-color: rgb(213,67,59); }
div.DivClassName
{
background-color: #D5433B;
}
.BgClassName
{
background-color: #D5433B;
}
</style>
border-color css
<style>
span { border-color: #D5433B; }
span { border-color: rgb(213,67,59); }
td.TdClassName
{
border-color: #D5433B;
}
.TagClassName
{
border-color: #D5433B;
}
</style>