Shades of Cinnabar #D3432B
Tints of Cinnabar #D3432B
RGB
CMYK
RGB Variations
Color information
#D3432B (or 0xD3432B) is known color: Cinnabar. HEX triplet: D3, 43 and 2B. RGB value is (211,67,43). Sum of RGB (Red+Green+Blue) = 211+67+43=321 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.73% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 211 - color contains mainly: red. Hex color #D3432B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3432B is #2CBCD4. Grayscale: #6B6B6B. Windows color (decimal): -2931925 or 2835411. OLE color: 2835411.
HSL color Cylindrical-coordinate representation of color #D3432B: hue angle of 8.57º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D3432B is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 43 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.17 |
| HSL | 8.57º | 0.66% | 0.5% | - |
| HSV(B) | 8.57º | 0.8% | 0.83% | - |
| XYZ | 29.31 | 18.04 | 4.22 | - |
| YUV | 107.32 | 91.71 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 43 | 0 | 0.68 | 0.80 | 0.17 | 8.57 | 0.66 | 0.5 |
| Hex | D3 | 43 | 2B | 0 | 44 | 50 | 11 | 9 | 42 | 32 |
| Octal | 323 | 103 | 53 | 0 | 104 | 120 | 21 | 11 | 102 | 62 |
| Binary | 11010011 | 1000011 | 101011 | 0 | 1000100 | 1010000 | 10001 | 1001 | 1000010 | 110010 |
Color Harmonies of #D3432B
Complementary color
Monochromatic Colors of #D3432B
Black with #D3432B
Text Example
Text Example
White with #D3432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3432B; }
p { color: rgb(211,67,43); }
H1.HeaderClassName
{
color: #D3432B;
}
.AnyTagClassName
{
color: #D3432B;
}
</style>
background-color css
<style>
a { background-color: #D3432B; }
a { background-color: rgb(211,67,43); }
div.DivClassName
{
background-color: #D3432B;
}
.BgClassName
{
background-color: #D3432B;
}
</style>
border-color css
<style>
span { border-color: #D3432B; }
span { border-color: rgb(211,67,43); }
td.TdClassName
{
border-color: #D3432B;
}
.TagClassName
{
border-color: #D3432B;
}
</style>