Shades of Cinnabar #D3432D
Tints of Cinnabar #D3432D
RGB
CMYK
RGB Variations
Color information
#D3432D (or 0xD3432D) is known color: Cinnabar. HEX triplet: D3, 43 and 2D. RGB value is (211,67,45). Sum of RGB (Red+Green+Blue) = 211+67+45=323 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.33% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 211 - color contains mainly: red. Hex color #D3432D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3432D is #2CBCD2. Grayscale: #6B6B6B. Windows color (decimal): -2931923 or 2966483. OLE color: 2966483.
HSL color Cylindrical-coordinate representation of color #D3432D: hue angle of 7.95º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D3432D is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 45 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.17 |
| HSL | 7.95º | 0.65% | 0.5% | - |
| HSV(B) | 7.95º | 0.79% | 0.83% | - |
| XYZ | 29.34 | 18.05 | 4.42 | - |
| YUV | 107.55 | 92.71 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 45 | 0 | 0.68 | 0.79 | 0.17 | 7.95 | 0.65 | 0.5 |
| Hex | D3 | 43 | 2D | 0 | 44 | 4F | 11 | 8 | 41 | 32 |
| Octal | 323 | 103 | 55 | 0 | 104 | 117 | 21 | 10 | 101 | 62 |
| Binary | 11010011 | 1000011 | 101101 | 0 | 1000100 | 1001111 | 10001 | 1000 | 1000001 | 110010 |
Color Harmonies of #D3432D
Complementary color
Monochromatic Colors of #D3432D
Black with #D3432D
Text Example
Text Example
White with #D3432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3432D; }
p { color: rgb(211,67,45); }
H1.HeaderClassName
{
color: #D3432D;
}
.AnyTagClassName
{
color: #D3432D;
}
</style>
background-color css
<style>
a { background-color: #D3432D; }
a { background-color: rgb(211,67,45); }
div.DivClassName
{
background-color: #D3432D;
}
.BgClassName
{
background-color: #D3432D;
}
</style>
border-color css
<style>
span { border-color: #D3432D; }
span { border-color: rgb(211,67,45); }
td.TdClassName
{
border-color: #D3432D;
}
.TagClassName
{
border-color: #D3432D;
}
</style>