Shades of Crimson #D60235
Tints of Crimson #D60235
RGB
CMYK
RGB Variations
Color information
#D60235 (or 0xD60235) is known color: Crimson. HEX triplet: D6, 02 and 35. RGB value is (214,2,53). Sum of RGB (Red+Green+Blue) = 214+2+53=269 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.55% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 214 - color contains mainly: red. Hex color #D60235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60235 is #29FDCA. Grayscale: #474747. Windows color (decimal): -2751947 or 3474134. OLE color: 3474134.
HSL color Cylindrical-coordinate representation of color #D60235: hue angle of 345.57º 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 #D60235 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 53 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.16 |
| HSL | 345.57º | 0.98% | 0.42% | - |
| HSV(B) | 345.57º | 0.99% | 0.84% | - |
| XYZ | 28.4 | 14.6 | 4.69 | - |
| YUV | 71.2 | 117.74 | 229.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 53 | 0 | 0.99 | 0.75 | 0.16 | 345.57 | 0.98 | 0.42 |
| Hex | D6 | 2 | 35 | 0 | 63 | 4B | 10 | 15A | 62 | 2A |
| Octal | 326 | 2 | 65 | 0 | 143 | 113 | 20 | 532 | 142 | 52 |
| Binary | 11010110 | 10 | 110101 | 0 | 1100011 | 1001011 | 10000 | 101011010 | 1100010 | 101010 |
Color Harmonies of #D60235
Complementary color
Monochromatic Colors of #D60235
Black with #D60235
Text Example
Text Example
White with #D60235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60235; }
p { color: rgb(214,2,53); }
H1.HeaderClassName
{
color: #D60235;
}
.AnyTagClassName
{
color: #D60235;
}
</style>
background-color css
<style>
a { background-color: #D60235; }
a { background-color: rgb(214,2,53); }
div.DivClassName
{
background-color: #D60235;
}
.BgClassName
{
background-color: #D60235;
}
</style>
border-color css
<style>
span { border-color: #D60235; }
span { border-color: rgb(214,2,53); }
td.TdClassName
{
border-color: #D60235;
}
.TagClassName
{
border-color: #D60235;
}
</style>