Shades of Crimson #D21A36
Tints of Crimson #D21A36
RGB
CMYK
RGB Variations
Color information
#D21A36 (or 0xD21A36) is known color: Crimson. HEX triplet: D2, 1A and 36. RGB value is (210,26,54). Sum of RGB (Red+Green+Blue) = 210+26+54=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21A36 is #2DE5C9. Grayscale: #545454. Windows color (decimal): -3007946 or 3545810. OLE color: 3545810.
HSL color Cylindrical-coordinate representation of color #D21A36: hue angle of 350.87º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21A36 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 54 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.18 |
| HSL | 350.87º | 0.78% | 0.46% | - |
| HSV(B) | 350.87º | 0.88% | 0.82% | - |
| XYZ | 27.61 | 14.71 | 4.87 | - |
| YUV | 84.21 | 110.96 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 54 | 0 | 0.88 | 0.74 | 0.18 | 350.87 | 0.78 | 0.46 |
| Hex | D2 | 1A | 36 | 0 | 58 | 4A | 12 | 15F | 4E | 2E |
| Octal | 322 | 32 | 66 | 0 | 130 | 112 | 22 | 537 | 116 | 56 |
| Binary | 11010010 | 11010 | 110110 | 0 | 1011000 | 1001010 | 10010 | 101011111 | 1001110 | 101110 |
Color Harmonies of #D21A36
Complementary color
Monochromatic Colors of #D21A36
Black with #D21A36
Text Example
Text Example
White with #D21A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A36; }
p { color: rgb(210,26,54); }
H1.HeaderClassName
{
color: #D21A36;
}
.AnyTagClassName
{
color: #D21A36;
}
</style>
background-color css
<style>
a { background-color: #D21A36; }
a { background-color: rgb(210,26,54); }
div.DivClassName
{
background-color: #D21A36;
}
.BgClassName
{
background-color: #D21A36;
}
</style>
border-color css
<style>
span { border-color: #D21A36; }
span { border-color: rgb(210,26,54); }
td.TdClassName
{
border-color: #D21A36;
}
.TagClassName
{
border-color: #D21A36;
}
</style>