Shades of Cinnabar #D3453A
Tints of Cinnabar #D3453A
RGB
CMYK
RGB Variations
Color information
#D3453A (or 0xD3453A) is known color: Cinnabar. HEX triplet: D3, 45 and 3A. RGB value is (211,69,58). Sum of RGB (Red+Green+Blue) = 211+69+58=338 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.43% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 211 - color contains mainly: red. Hex color #D3453A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3453A is #2CBAC5. Grayscale: #6E6E6E. Windows color (decimal): -2931398 or 3818963. OLE color: 3818963.
HSL color Cylindrical-coordinate representation of color #D3453A: hue angle of 4.31º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3453A is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 69 | 58 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.17 |
| HSL | 4.31º | 0.63% | 0.53% | - |
| HSV(B) | 4.31º | 0.73% | 0.83% | - |
| XYZ | 29.76 | 18.41 | 5.99 | - |
| YUV | 110.2 | 98.54 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 69 | 58 | 0 | 0.67 | 0.73 | 0.17 | 4.31 | 0.63 | 0.53 |
| Hex | D3 | 45 | 3A | 0 | 43 | 49 | 11 | 4 | 3F | 35 |
| Octal | 323 | 105 | 72 | 0 | 103 | 111 | 21 | 4 | 77 | 65 |
| Binary | 11010011 | 1000101 | 111010 | 0 | 1000011 | 1001001 | 10001 | 100 | 111111 | 110101 |
Color Harmonies of #D3453A
Complementary color
Monochromatic Colors of #D3453A
Black with #D3453A
Text Example
Text Example
White with #D3453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3453A; }
p { color: rgb(211,69,58); }
H1.HeaderClassName
{
color: #D3453A;
}
.AnyTagClassName
{
color: #D3453A;
}
</style>
background-color css
<style>
a { background-color: #D3453A; }
a { background-color: rgb(211,69,58); }
div.DivClassName
{
background-color: #D3453A;
}
.BgClassName
{
background-color: #D3453A;
}
</style>
border-color css
<style>
span { border-color: #D3453A; }
span { border-color: rgb(211,69,58); }
td.TdClassName
{
border-color: #D3453A;
}
.TagClassName
{
border-color: #D3453A;
}
</style>