Shades of Crimson #D5002F
Tints of Crimson #D5002F
RGB
CMYK
RGB Variations
Color information
#D5002F (or 0xD5002F) is known color: Crimson. HEX triplet: D5, 00 and 2F. RGB value is (213,0,47). Sum of RGB (Red+Green+Blue) = 213+0+47=260 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.92% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 213 - color contains mainly: red. Hex color #D5002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5002F is #2AFFD0. Grayscale: #454545. Windows color (decimal): -2818001 or 3080405. OLE color: 3080405.
HSL color Cylindrical-coordinate representation of color #D5002F: hue angle of 346.76º 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 #D5002F is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.78 | 0.16 |
| HSL | 346.76º | 1% | 0.42% | - |
| HSV(B) | 346.76º | 1% | 0.84% | - |
| XYZ | 27.95 | 14.35 | 3.99 | - |
| YUV | 69.05 | 115.57 | 230.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 47 | 0 | 1 | 0.78 | 0.16 | 346.76 | 1 | 0.42 |
| Hex | D5 | 0 | 2F | 0 | 64 | 4E | 10 | 15B | 64 | 2A |
| Octal | 325 | 0 | 57 | 0 | 144 | 116 | 20 | 533 | 144 | 52 |
| Binary | 11010101 | 0 | 101111 | 0 | 1100100 | 1001110 | 10000 | 101011011 | 1100100 | 101010 |
Color Harmonies of #D5002F
Complementary color
Monochromatic Colors of #D5002F
Black with #D5002F
Text Example
Text Example
White with #D5002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5002F; }
p { color: rgb(213,0,47); }
H1.HeaderClassName
{
color: #D5002F;
}
.AnyTagClassName
{
color: #D5002F;
}
</style>
background-color css
<style>
a { background-color: #D5002F; }
a { background-color: rgb(213,0,47); }
div.DivClassName
{
background-color: #D5002F;
}
.BgClassName
{
background-color: #D5002F;
}
</style>
border-color css
<style>
span { border-color: #D5002F; }
span { border-color: rgb(213,0,47); }
td.TdClassName
{
border-color: #D5002F;
}
.TagClassName
{
border-color: #D5002F;
}
</style>