Shades of Crimson #D5002A
Tints of Crimson #D5002A
RGB
CMYK
RGB Variations
Color information
#D5002A (or 0xD5002A) is known color: Crimson. HEX triplet: D5, 00 and 2A. RGB value is (213,0,42). Sum of RGB (Red+Green+Blue) = 213+0+42=255 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.53% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 213 - color contains mainly: red. Hex color #D5002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5002A is #2AFFD5. Grayscale: #444444. Windows color (decimal): -2818006 or 2752725. OLE color: 2752725.
HSL color Cylindrical-coordinate representation of color #D5002A: hue angle of 348.17º 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 #D5002A is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.80 | 0.16 |
| HSL | 348.17º | 1% | 0.42% | - |
| HSV(B) | 348.17º | 1% | 0.84% | - |
| XYZ | 27.86 | 14.31 | 3.48 | - |
| YUV | 68.48 | 113.07 | 231.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 42 | 0 | 1 | 0.80 | 0.16 | 348.17 | 1 | 0.42 |
| Hex | D5 | 0 | 2A | 0 | 64 | 50 | 10 | 15C | 64 | 2A |
| Octal | 325 | 0 | 52 | 0 | 144 | 120 | 20 | 534 | 144 | 52 |
| Binary | 11010101 | 0 | 101010 | 0 | 1100100 | 1010000 | 10000 | 101011100 | 1100100 | 101010 |
Color Harmonies of #D5002A
Complementary color
Monochromatic Colors of #D5002A
Black with #D5002A
Text Example
Text Example
White with #D5002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5002A; }
p { color: rgb(213,0,42); }
H1.HeaderClassName
{
color: #D5002A;
}
.AnyTagClassName
{
color: #D5002A;
}
</style>
background-color css
<style>
a { background-color: #D5002A; }
a { background-color: rgb(213,0,42); }
div.DivClassName
{
background-color: #D5002A;
}
.BgClassName
{
background-color: #D5002A;
}
</style>
border-color css
<style>
span { border-color: #D5002A; }
span { border-color: rgb(213,0,42); }
td.TdClassName
{
border-color: #D5002A;
}
.TagClassName
{
border-color: #D5002A;
}
</style>