Shades of Crimson #D3204A
Tints of Crimson #D3204A
RGB
CMYK
RGB Variations
Color information
#D3204A (or 0xD3204A) is known color: Crimson. HEX triplet: D3, 20 and 4A. RGB value is (211,32,74). Sum of RGB (Red+Green+Blue) = 211+32+74=317 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.56% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 211 - color contains mainly: red. Hex color #D3204A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3204A is #2CDFB5. Grayscale: #5A5A5A. Windows color (decimal): -2940854 or 4858067. OLE color: 4858067.
HSL color Cylindrical-coordinate representation of color #D3204A: hue angle of 345.92º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D3204A is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 32 | 74 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.17 |
| HSL | 345.92º | 0.74% | 0.48% | - |
| HSV(B) | 345.92º | 0.85% | 0.83% | - |
| XYZ | 28.62 | 15.38 | 7.94 | - |
| YUV | 90.31 | 118.8 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 32 | 74 | 0 | 0.85 | 0.65 | 0.17 | 345.92 | 0.74 | 0.48 |
| Hex | D3 | 20 | 4A | 0 | 55 | 41 | 11 | 15A | 4A | 30 |
| Octal | 323 | 40 | 112 | 0 | 125 | 101 | 21 | 532 | 112 | 60 |
| Binary | 11010011 | 100000 | 1001010 | 0 | 1010101 | 1000001 | 10001 | 101011010 | 1001010 | 110000 |
Color Harmonies of #D3204A
Complementary color
Monochromatic Colors of #D3204A
Black with #D3204A
Text Example
Text Example
White with #D3204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3204A; }
p { color: rgb(211,32,74); }
H1.HeaderClassName
{
color: #D3204A;
}
.AnyTagClassName
{
color: #D3204A;
}
</style>
background-color css
<style>
a { background-color: #D3204A; }
a { background-color: rgb(211,32,74); }
div.DivClassName
{
background-color: #D3204A;
}
.BgClassName
{
background-color: #D3204A;
}
</style>
border-color css
<style>
span { border-color: #D3204A; }
span { border-color: rgb(211,32,74); }
td.TdClassName
{
border-color: #D3204A;
}
.TagClassName
{
border-color: #D3204A;
}
</style>