Shades of Crimson #D5203B
Tints of Crimson #D5203B
RGB
CMYK
RGB Variations
Color information
#D5203B (or 0xD5203B) is known color: Crimson. HEX triplet: D5, 20 and 3B. RGB value is (213,32,59). Sum of RGB (Red+Green+Blue) = 213+32+59=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D5203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5203B is #2ADFC4. Grayscale: #595959. Windows color (decimal): -2809797 or 3875029. OLE color: 3875029.
HSL color Cylindrical-coordinate representation of color #D5203B: hue angle of 351.05º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5203B is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 59 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.16 |
| HSL | 351.05º | 0.74% | 0.48% | - |
| HSV(B) | 351.05º | 0.85% | 0.84% | - |
| XYZ | 28.75 | 15.49 | 5.61 | - |
| YUV | 89.2 | 110.97 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 59 | 0 | 0.85 | 0.72 | 0.16 | 351.05 | 0.74 | 0.48 |
| Hex | D5 | 20 | 3B | 0 | 55 | 48 | 10 | 15F | 4A | 30 |
| Octal | 325 | 40 | 73 | 0 | 125 | 110 | 20 | 537 | 112 | 60 |
| Binary | 11010101 | 100000 | 111011 | 0 | 1010101 | 1001000 | 10000 | 101011111 | 1001010 | 110000 |
Color Harmonies of #D5203B
Complementary color
Monochromatic Colors of #D5203B
Black with #D5203B
Text Example
Text Example
White with #D5203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5203B; }
p { color: rgb(213,32,59); }
H1.HeaderClassName
{
color: #D5203B;
}
.AnyTagClassName
{
color: #D5203B;
}
</style>
background-color css
<style>
a { background-color: #D5203B; }
a { background-color: rgb(213,32,59); }
div.DivClassName
{
background-color: #D5203B;
}
.BgClassName
{
background-color: #D5203B;
}
</style>
border-color css
<style>
span { border-color: #D5203B; }
span { border-color: rgb(213,32,59); }
td.TdClassName
{
border-color: #D5203B;
}
.TagClassName
{
border-color: #D5203B;
}
</style>