Shades of Cinnabar #D34331
Tints of Cinnabar #D34331
RGB
CMYK
RGB Variations
Color information
#D34331 (or 0xD34331) is known color: Cinnabar. HEX triplet: D3, 43 and 31. RGB value is (211,67,49). Sum of RGB (Red+Green+Blue) = 211+67+49=327 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.53% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 211 - color contains mainly: red. Hex color #D34331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34331 is #2CBCCE. Grayscale: #6C6C6C. Windows color (decimal): -2931919 or 3228627. OLE color: 3228627.
HSL color Cylindrical-coordinate representation of color #D34331: hue angle of 6.67º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D34331 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 49 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.17 |
| HSL | 6.67º | 0.65% | 0.51% | - |
| HSV(B) | 6.67º | 0.77% | 0.83% | - |
| XYZ | 29.43 | 18.08 | 4.85 | - |
| YUV | 108 | 94.71 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 49 | 0 | 0.68 | 0.77 | 0.17 | 6.67 | 0.65 | 0.51 |
| Hex | D3 | 43 | 31 | 0 | 44 | 4D | 11 | 7 | 41 | 33 |
| Octal | 323 | 103 | 61 | 0 | 104 | 115 | 21 | 7 | 101 | 63 |
| Binary | 11010011 | 1000011 | 110001 | 0 | 1000100 | 1001101 | 10001 | 111 | 1000001 | 110011 |
Color Harmonies of #D34331
Complementary color
Monochromatic Colors of #D34331
Black with #D34331
Text Example
Text Example
White with #D34331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34331; }
p { color: rgb(211,67,49); }
H1.HeaderClassName
{
color: #D34331;
}
.AnyTagClassName
{
color: #D34331;
}
</style>
background-color css
<style>
a { background-color: #D34331; }
a { background-color: rgb(211,67,49); }
div.DivClassName
{
background-color: #D34331;
}
.BgClassName
{
background-color: #D34331;
}
</style>
border-color css
<style>
span { border-color: #D34331; }
span { border-color: rgb(211,67,49); }
td.TdClassName
{
border-color: #D34331;
}
.TagClassName
{
border-color: #D34331;
}
</style>