Shades of Crimson #D3203D
Tints of Crimson #D3203D
RGB
CMYK
RGB Variations
Color information
#D3203D (or 0xD3203D) is known color: Crimson. HEX triplet: D3, 20 and 3D. RGB value is (211,32,61). Sum of RGB (Red+Green+Blue) = 211+32+61=304 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.41% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 211 - color contains mainly: red. Hex color #D3203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3203D is #2CDFC2. Grayscale: #585858. Windows color (decimal): -2940867 or 4006099. OLE color: 4006099.
HSL color Cylindrical-coordinate representation of color #D3203D: hue angle of 350.28º 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 #D3203D is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 32 | 61 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.17 |
| HSL | 350.28º | 0.74% | 0.48% | - |
| HSV(B) | 350.28º | 0.85% | 0.83% | - |
| XYZ | 28.22 | 15.22 | 5.86 | - |
| YUV | 88.83 | 112.3 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 32 | 61 | 0 | 0.85 | 0.71 | 0.17 | 350.28 | 0.74 | 0.48 |
| Hex | D3 | 20 | 3D | 0 | 55 | 47 | 11 | 15E | 4A | 30 |
| Octal | 323 | 40 | 75 | 0 | 125 | 107 | 21 | 536 | 112 | 60 |
| Binary | 11010011 | 100000 | 111101 | 0 | 1010101 | 1000111 | 10001 | 101011110 | 1001010 | 110000 |
Color Harmonies of #D3203D
Complementary color
Monochromatic Colors of #D3203D
Black with #D3203D
Text Example
Text Example
White with #D3203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3203D; }
p { color: rgb(211,32,61); }
H1.HeaderClassName
{
color: #D3203D;
}
.AnyTagClassName
{
color: #D3203D;
}
</style>
background-color css
<style>
a { background-color: #D3203D; }
a { background-color: rgb(211,32,61); }
div.DivClassName
{
background-color: #D3203D;
}
.BgClassName
{
background-color: #D3203D;
}
</style>
border-color css
<style>
span { border-color: #D3203D; }
span { border-color: rgb(211,32,61); }
td.TdClassName
{
border-color: #D3203D;
}
.TagClassName
{
border-color: #D3203D;
}
</style>