Shades of Crimson #D60241
Tints of Crimson #D60241
RGB
CMYK
RGB Variations
Color information
#D60241 (or 0xD60241) is known color: Crimson. HEX triplet: D6, 02 and 41. RGB value is (214,2,65). Sum of RGB (Red+Green+Blue) = 214+2+65=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D60241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60241 is #29FDBE. Grayscale: #484848. Windows color (decimal): -2751935 or 4260566. OLE color: 4260566.
HSL color Cylindrical-coordinate representation of color #D60241: hue angle of 342.17º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60241 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 65 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.16 |
| HSL | 342.17º | 0.98% | 0.42% | - |
| HSV(B) | 342.17º | 0.99% | 0.84% | - |
| XYZ | 28.71 | 14.72 | 6.33 | - |
| YUV | 72.57 | 123.74 | 228.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 65 | 0 | 0.99 | 0.70 | 0.16 | 342.17 | 0.98 | 0.42 |
| Hex | D6 | 2 | 41 | 0 | 63 | 46 | 10 | 156 | 62 | 2A |
| Octal | 326 | 2 | 101 | 0 | 143 | 106 | 20 | 526 | 142 | 52 |
| Binary | 11010110 | 10 | 1000001 | 0 | 1100011 | 1000110 | 10000 | 101010110 | 1100010 | 101010 |
Color Harmonies of #D60241
Complementary color
Monochromatic Colors of #D60241
Black with #D60241
Text Example
Text Example
White with #D60241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60241; }
p { color: rgb(214,2,65); }
H1.HeaderClassName
{
color: #D60241;
}
.AnyTagClassName
{
color: #D60241;
}
</style>
background-color css
<style>
a { background-color: #D60241; }
a { background-color: rgb(214,2,65); }
div.DivClassName
{
background-color: #D60241;
}
.BgClassName
{
background-color: #D60241;
}
</style>
border-color css
<style>
span { border-color: #D60241; }
span { border-color: rgb(214,2,65); }
td.TdClassName
{
border-color: #D60241;
}
.TagClassName
{
border-color: #D60241;
}
</style>