Shades of Crimson #D5022C
Tints of Crimson #D5022C
RGB
CMYK
RGB Variations
Color information
#D5022C (or 0xD5022C) is known color: Crimson. HEX triplet: D5, 02 and 2C. RGB value is (213,2,44). Sum of RGB (Red+Green+Blue) = 213+2+44=259 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.24% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 213 - color contains mainly: red. Hex color #D5022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5022C is #2AFDD3. Grayscale: #454545. Windows color (decimal): -2817492 or 2884309. OLE color: 2884309.
HSL color Cylindrical-coordinate representation of color #D5022C: hue angle of 348.06º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D5022C is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 44 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.16 |
| HSL | 348.06º | 0.98% | 0.42% | - |
| HSV(B) | 348.06º | 0.99% | 0.84% | - |
| XYZ | 27.92 | 14.37 | 3.69 | - |
| YUV | 69.88 | 113.4 | 230.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 44 | 0 | 0.99 | 0.79 | 0.16 | 348.06 | 0.98 | 0.42 |
| Hex | D5 | 2 | 2C | 0 | 63 | 4F | 10 | 15C | 62 | 2A |
| Octal | 325 | 2 | 54 | 0 | 143 | 117 | 20 | 534 | 142 | 52 |
| Binary | 11010101 | 10 | 101100 | 0 | 1100011 | 1001111 | 10000 | 101011100 | 1100010 | 101010 |
Color Harmonies of #D5022C
Complementary color
Monochromatic Colors of #D5022C
Black with #D5022C
Text Example
Text Example
White with #D5022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5022C; }
p { color: rgb(213,2,44); }
H1.HeaderClassName
{
color: #D5022C;
}
.AnyTagClassName
{
color: #D5022C;
}
</style>
background-color css
<style>
a { background-color: #D5022C; }
a { background-color: rgb(213,2,44); }
div.DivClassName
{
background-color: #D5022C;
}
.BgClassName
{
background-color: #D5022C;
}
</style>
border-color css
<style>
span { border-color: #D5022C; }
span { border-color: rgb(213,2,44); }
td.TdClassName
{
border-color: #D5022C;
}
.TagClassName
{
border-color: #D5022C;
}
</style>