Shades of Crimson #D5003E
Tints of Crimson #D5003E
RGB
CMYK
RGB Variations
Color information
#D5003E (or 0xD5003E) is known color: Crimson. HEX triplet: D5, 00 and 3E. RGB value is (213,0,62). Sum of RGB (Red+Green+Blue) = 213+0+62=275 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.45% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 213 - color contains mainly: red. Hex color #D5003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5003E is #2AFFC1. Grayscale: #464646. Windows color (decimal): -2817986 or 4063445. OLE color: 4063445.
HSL color Cylindrical-coordinate representation of color #D5003E: hue angle of 342.54º 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 #D5003E is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.71 | 0.16 |
| HSL | 342.54º | 1% | 0.42% | - |
| HSV(B) | 342.54º | 1% | 0.84% | - |
| XYZ | 28.31 | 14.49 | 5.86 | - |
| YUV | 70.76 | 123.07 | 229.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 62 | 0 | 1 | 0.71 | 0.16 | 342.54 | 1 | 0.42 |
| Hex | D5 | 0 | 3E | 0 | 64 | 47 | 10 | 157 | 64 | 2A |
| Octal | 325 | 0 | 76 | 0 | 144 | 107 | 20 | 527 | 144 | 52 |
| Binary | 11010101 | 0 | 111110 | 0 | 1100100 | 1000111 | 10000 | 101010111 | 1100100 | 101010 |
Color Harmonies of #D5003E
Complementary color
Monochromatic Colors of #D5003E
Black with #D5003E
Text Example
Text Example
White with #D5003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5003E; }
p { color: rgb(213,0,62); }
H1.HeaderClassName
{
color: #D5003E;
}
.AnyTagClassName
{
color: #D5003E;
}
</style>
background-color css
<style>
a { background-color: #D5003E; }
a { background-color: rgb(213,0,62); }
div.DivClassName
{
background-color: #D5003E;
}
.BgClassName
{
background-color: #D5003E;
}
</style>
border-color css
<style>
span { border-color: #D5003E; }
span { border-color: rgb(213,0,62); }
td.TdClassName
{
border-color: #D5003E;
}
.TagClassName
{
border-color: #D5003E;
}
</style>