Shades of Cinnabar #D54432
Tints of Cinnabar #D54432
RGB
CMYK
RGB Variations
Color information
#D54432 (or 0xD54432) is known color: Cinnabar. HEX triplet: D5, 44 and 32. RGB value is (213,68,50). Sum of RGB (Red+Green+Blue) = 213+68+50=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D54432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54432 is #2ABBCD. Grayscale: #6D6D6D. Windows color (decimal): -2800590 or 3294421. OLE color: 3294421.
HSL color Cylindrical-coordinate representation of color #D54432: hue angle of 6.63º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D54432 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 50 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.16 |
| HSL | 6.63º | 0.66% | 0.52% | - |
| HSV(B) | 6.63º | 0.77% | 0.84% | - |
| XYZ | 30.08 | 18.51 | 5 | - |
| YUV | 109.3 | 94.54 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 50 | 0 | 0.68 | 0.77 | 0.16 | 6.63 | 0.66 | 0.52 |
| Hex | D5 | 44 | 32 | 0 | 44 | 4D | 10 | 7 | 42 | 34 |
| Octal | 325 | 104 | 62 | 0 | 104 | 115 | 20 | 7 | 102 | 64 |
| Binary | 11010101 | 1000100 | 110010 | 0 | 1000100 | 1001101 | 10000 | 111 | 1000010 | 110100 |
Color Harmonies of #D54432
Complementary color
Monochromatic Colors of #D54432
Black with #D54432
Text Example
Text Example
White with #D54432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54432; }
p { color: rgb(213,68,50); }
H1.HeaderClassName
{
color: #D54432;
}
.AnyTagClassName
{
color: #D54432;
}
</style>
background-color css
<style>
a { background-color: #D54432; }
a { background-color: rgb(213,68,50); }
div.DivClassName
{
background-color: #D54432;
}
.BgClassName
{
background-color: #D54432;
}
</style>
border-color css
<style>
span { border-color: #D54432; }
span { border-color: rgb(213,68,50); }
td.TdClassName
{
border-color: #D54432;
}
.TagClassName
{
border-color: #D54432;
}
</style>