Shades of Crimson #D5003C
Tints of Crimson #D5003C
RGB
CMYK
RGB Variations
Color information
#D5003C (or 0xD5003C) is known color: Crimson. HEX triplet: D5, 00 and 3C. RGB value is (213,0,60). Sum of RGB (Red+Green+Blue) = 213+0+60=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D5003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5003C is #2AFFC3. Grayscale: #464646. Windows color (decimal): -2817988 or 3932373. OLE color: 3932373.
HSL color Cylindrical-coordinate representation of color #D5003C: hue angle of 343.1º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5003C is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.72 | 0.16 |
| HSL | 343.1º | 1% | 0.42% | - |
| HSV(B) | 343.1º | 1% | 0.84% | - |
| XYZ | 28.26 | 14.47 | 5.58 | - |
| YUV | 70.53 | 122.07 | 229.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 60 | 0 | 1 | 0.72 | 0.16 | 343.1 | 1 | 0.42 |
| Hex | D5 | 0 | 3C | 0 | 64 | 48 | 10 | 157 | 64 | 2A |
| Octal | 325 | 0 | 74 | 0 | 144 | 110 | 20 | 527 | 144 | 52 |
| Binary | 11010101 | 0 | 111100 | 0 | 1100100 | 1001000 | 10000 | 101010111 | 1100100 | 101010 |
Color Harmonies of #D5003C
Complementary color
Monochromatic Colors of #D5003C
Black with #D5003C
Text Example
Text Example
White with #D5003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5003C; }
p { color: rgb(213,0,60); }
H1.HeaderClassName
{
color: #D5003C;
}
.AnyTagClassName
{
color: #D5003C;
}
</style>
background-color css
<style>
a { background-color: #D5003C; }
a { background-color: rgb(213,0,60); }
div.DivClassName
{
background-color: #D5003C;
}
.BgClassName
{
background-color: #D5003C;
}
</style>
border-color css
<style>
span { border-color: #D5003C; }
span { border-color: rgb(213,0,60); }
td.TdClassName
{
border-color: #D5003C;
}
.TagClassName
{
border-color: #D5003C;
}
</style>