Shades of Crimson #D21A38
Tints of Crimson #D21A38
RGB
CMYK
RGB Variations
Color information
#D21A38 (or 0xD21A38) is known color: Crimson. HEX triplet: D2, 1A and 38. RGB value is (210,26,56). Sum of RGB (Red+Green+Blue) = 210+26+56=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21A38 is #2DE5C7. Grayscale: #545454. Windows color (decimal): -3007944 or 3676882. OLE color: 3676882.
HSL color Cylindrical-coordinate representation of color #D21A38: hue angle of 350.22º 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 #D21A38 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 56 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.18 |
| HSL | 350.22º | 0.78% | 0.46% | - |
| HSV(B) | 350.22º | 0.88% | 0.82% | - |
| XYZ | 27.66 | 14.73 | 5.13 | - |
| YUV | 84.44 | 111.96 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 56 | 0 | 0.88 | 0.73 | 0.18 | 350.22 | 0.78 | 0.46 |
| Hex | D2 | 1A | 38 | 0 | 58 | 49 | 12 | 15E | 4E | 2E |
| Octal | 322 | 32 | 70 | 0 | 130 | 111 | 22 | 536 | 116 | 56 |
| Binary | 11010010 | 11010 | 111000 | 0 | 1011000 | 1001001 | 10010 | 101011110 | 1001110 | 101110 |
Color Harmonies of #D21A38
Complementary color
Monochromatic Colors of #D21A38
Black with #D21A38
Text Example
Text Example
White with #D21A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A38; }
p { color: rgb(210,26,56); }
H1.HeaderClassName
{
color: #D21A38;
}
.AnyTagClassName
{
color: #D21A38;
}
</style>
background-color css
<style>
a { background-color: #D21A38; }
a { background-color: rgb(210,26,56); }
div.DivClassName
{
background-color: #D21A38;
}
.BgClassName
{
background-color: #D21A38;
}
</style>
border-color css
<style>
span { border-color: #D21A38; }
span { border-color: rgb(210,26,56); }
td.TdClassName
{
border-color: #D21A38;
}
.TagClassName
{
border-color: #D21A38;
}
</style>