Shades of Crimson #D5203D
Tints of Crimson #D5203D
RGB
CMYK
RGB Variations
Color information
#D5203D (or 0xD5203D) is known color: Crimson. HEX triplet: D5, 20 and 3D. RGB value is (213,32,61). Sum of RGB (Red+Green+Blue) = 213+32+61=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D5203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5203D is #2ADFC2. Grayscale: #595959. Windows color (decimal): -2809795 or 4006101. OLE color: 4006101.
HSL color Cylindrical-coordinate representation of color #D5203D: hue angle of 350.39º 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 #D5203D is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 61 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.16 |
| HSL | 350.39º | 0.74% | 0.48% | - |
| HSV(B) | 350.39º | 0.85% | 0.84% | - |
| XYZ | 28.8 | 15.52 | 5.89 | - |
| YUV | 89.43 | 111.97 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 61 | 0 | 0.85 | 0.71 | 0.16 | 350.39 | 0.74 | 0.48 |
| Hex | D5 | 20 | 3D | 0 | 55 | 47 | 10 | 15E | 4A | 30 |
| Octal | 325 | 40 | 75 | 0 | 125 | 107 | 20 | 536 | 112 | 60 |
| Binary | 11010101 | 100000 | 111101 | 0 | 1010101 | 1000111 | 10000 | 101011110 | 1001010 | 110000 |
Color Harmonies of #D5203D
Complementary color
Monochromatic Colors of #D5203D
Black with #D5203D
Text Example
Text Example
White with #D5203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5203D; }
p { color: rgb(213,32,61); }
H1.HeaderClassName
{
color: #D5203D;
}
.AnyTagClassName
{
color: #D5203D;
}
</style>
background-color css
<style>
a { background-color: #D5203D; }
a { background-color: rgb(213,32,61); }
div.DivClassName
{
background-color: #D5203D;
}
.BgClassName
{
background-color: #D5203D;
}
</style>
border-color css
<style>
span { border-color: #D5203D; }
span { border-color: rgb(213,32,61); }
td.TdClassName
{
border-color: #D5203D;
}
.TagClassName
{
border-color: #D5203D;
}
</style>