Shades of Crimson #D21C3C
Tints of Crimson #D21C3C
RGB
CMYK
RGB Variations
Color information
#D21C3C (or 0xD21C3C) is known color: Crimson. HEX triplet: D2, 1C and 3C. RGB value is (210,28,60). Sum of RGB (Red+Green+Blue) = 210+28+60=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21C3C is #2DE3C3. Grayscale: #565656. Windows color (decimal): -3007428 or 3939538. OLE color: 3939538.
HSL color Cylindrical-coordinate representation of color #D21C3C: hue angle of 349.45º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21C3C is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 60 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.18 |
| HSL | 349.45º | 0.76% | 0.47% | - |
| HSV(B) | 349.45º | 0.87% | 0.82% | - |
| XYZ | 27.81 | 14.86 | 5.68 | - |
| YUV | 86.07 | 113.3 | 216.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 60 | 0 | 0.87 | 0.71 | 0.18 | 349.45 | 0.76 | 0.47 |
| Hex | D2 | 1C | 3C | 0 | 57 | 47 | 12 | 15D | 4C | 2F |
| Octal | 322 | 34 | 74 | 0 | 127 | 107 | 22 | 535 | 114 | 57 |
| Binary | 11010010 | 11100 | 111100 | 0 | 1010111 | 1000111 | 10010 | 101011101 | 1001100 | 101111 |
Color Harmonies of #D21C3C
Complementary color
Monochromatic Colors of #D21C3C
Black with #D21C3C
Text Example
Text Example
White with #D21C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21C3C; }
p { color: rgb(210,28,60); }
H1.HeaderClassName
{
color: #D21C3C;
}
.AnyTagClassName
{
color: #D21C3C;
}
</style>
background-color css
<style>
a { background-color: #D21C3C; }
a { background-color: rgb(210,28,60); }
div.DivClassName
{
background-color: #D21C3C;
}
.BgClassName
{
background-color: #D21C3C;
}
</style>
border-color css
<style>
span { border-color: #D21C3C; }
span { border-color: rgb(210,28,60); }
td.TdClassName
{
border-color: #D21C3C;
}
.TagClassName
{
border-color: #D21C3C;
}
</style>