Shades of Crimson #D21E44
Tints of Crimson #D21E44
RGB
CMYK
RGB Variations
Color information
#D21E44 (or 0xD21E44) is known color: Crimson. HEX triplet: D2, 1E and 44. RGB value is (210,30,68). Sum of RGB (Red+Green+Blue) = 210+30+68=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21E44 is #2DE1BB. Grayscale: #585858. Windows color (decimal): -3006908 or 4464338. OLE color: 4464338.
HSL color Cylindrical-coordinate representation of color #D21E44: hue angle of 347.33º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21E44 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 68 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.18 |
| HSL | 347.33º | 0.75% | 0.47% | - |
| HSV(B) | 347.33º | 0.86% | 0.82% | - |
| XYZ | 28.09 | 15.05 | 6.89 | - |
| YUV | 88.15 | 116.63 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 68 | 0 | 0.86 | 0.68 | 0.18 | 347.33 | 0.75 | 0.47 |
| Hex | D2 | 1E | 44 | 0 | 56 | 44 | 12 | 15B | 4B | 2F |
| Octal | 322 | 36 | 104 | 0 | 126 | 104 | 22 | 533 | 113 | 57 |
| Binary | 11010010 | 11110 | 1000100 | 0 | 1010110 | 1000100 | 10010 | 101011011 | 1001011 | 101111 |
Color Harmonies of #D21E44
Complementary color
Monochromatic Colors of #D21E44
Black with #D21E44
Text Example
Text Example
White with #D21E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21E44; }
p { color: rgb(210,30,68); }
H1.HeaderClassName
{
color: #D21E44;
}
.AnyTagClassName
{
color: #D21E44;
}
</style>
background-color css
<style>
a { background-color: #D21E44; }
a { background-color: rgb(210,30,68); }
div.DivClassName
{
background-color: #D21E44;
}
.BgClassName
{
background-color: #D21E44;
}
</style>
border-color css
<style>
span { border-color: #D21E44; }
span { border-color: rgb(210,30,68); }
td.TdClassName
{
border-color: #D21E44;
}
.TagClassName
{
border-color: #D21E44;
}
</style>