Shades of Crimson #D21034
Tints of Crimson #D21034
RGB
CMYK
RGB Variations
Color information
#D21034 (or 0xD21034) is known color: Crimson. HEX triplet: D2, 10 and 34. RGB value is (210,16,52). Sum of RGB (Red+Green+Blue) = 210+16+52=278 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.54% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 210 - color contains mainly: red. Hex color #D21034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21034 is #2DEFCB. Grayscale: #4E4E4E. Windows color (decimal): -3010508 or 3412178. OLE color: 3412178.
HSL color Cylindrical-coordinate representation of color #D21034: hue angle of 348.87º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21034 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 52 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.18 |
| HSL | 348.87º | 0.86% | 0.44% | - |
| HSV(B) | 348.87º | 0.92% | 0.82% | - |
| XYZ | 27.38 | 14.32 | 4.57 | - |
| YUV | 78.11 | 113.27 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 52 | 0 | 0.92 | 0.75 | 0.18 | 348.87 | 0.86 | 0.44 |
| Hex | D2 | 10 | 34 | 0 | 5C | 4B | 12 | 15D | 56 | 2C |
| Octal | 322 | 20 | 64 | 0 | 134 | 113 | 22 | 535 | 126 | 54 |
| Binary | 11010010 | 10000 | 110100 | 0 | 1011100 | 1001011 | 10010 | 101011101 | 1010110 | 101100 |
Color Harmonies of #D21034
Complementary color
Monochromatic Colors of #D21034
Black with #D21034
Text Example
Text Example
White with #D21034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21034; }
p { color: rgb(210,16,52); }
H1.HeaderClassName
{
color: #D21034;
}
.AnyTagClassName
{
color: #D21034;
}
</style>
background-color css
<style>
a { background-color: #D21034; }
a { background-color: rgb(210,16,52); }
div.DivClassName
{
background-color: #D21034;
}
.BgClassName
{
background-color: #D21034;
}
</style>
border-color css
<style>
span { border-color: #D21034; }
span { border-color: rgb(210,16,52); }
td.TdClassName
{
border-color: #D21034;
}
.TagClassName
{
border-color: #D21034;
}
</style>