Shades of Crimson #D21241
Tints of Crimson #D21241
RGB
CMYK
RGB Variations
Color information
#D21241 (or 0xD21241) is known color: Crimson. HEX triplet: D2, 12 and 41. RGB value is (210,18,65). Sum of RGB (Red+Green+Blue) = 210+18+65=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D21241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21241 is #2DEDBE. Grayscale: #505050. Windows color (decimal): -3009983 or 4264658. OLE color: 4264658.
HSL color Cylindrical-coordinate representation of color #D21241: hue angle of 345.31º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D21241 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 18 | 65 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.18 |
| HSL | 345.31º | 0.84% | 0.45% | - |
| HSV(B) | 345.31º | 0.91% | 0.82% | - |
| XYZ | 27.75 | 14.52 | 6.34 | - |
| YUV | 80.77 | 119.11 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 18 | 65 | 0 | 0.91 | 0.69 | 0.18 | 345.31 | 0.84 | 0.45 |
| Hex | D2 | 12 | 41 | 0 | 5B | 45 | 12 | 159 | 54 | 2D |
| Octal | 322 | 22 | 101 | 0 | 133 | 105 | 22 | 531 | 124 | 55 |
| Binary | 11010010 | 10010 | 1000001 | 0 | 1011011 | 1000101 | 10010 | 101011001 | 1010100 | 101101 |
Color Harmonies of #D21241
Complementary color
Monochromatic Colors of #D21241
Black with #D21241
Text Example
Text Example
White with #D21241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21241; }
p { color: rgb(210,18,65); }
H1.HeaderClassName
{
color: #D21241;
}
.AnyTagClassName
{
color: #D21241;
}
</style>
background-color css
<style>
a { background-color: #D21241; }
a { background-color: rgb(210,18,65); }
div.DivClassName
{
background-color: #D21241;
}
.BgClassName
{
background-color: #D21241;
}
</style>
border-color css
<style>
span { border-color: #D21241; }
span { border-color: rgb(210,18,65); }
td.TdClassName
{
border-color: #D21241;
}
.TagClassName
{
border-color: #D21241;
}
</style>