Shades of Crimson #D60835
Tints of Crimson #D60835
RGB
CMYK
RGB Variations
Color information
#D60835 (or 0xD60835) is known color: Crimson. HEX triplet: D6, 08 and 35. RGB value is (214,8,53). Sum of RGB (Red+Green+Blue) = 214+8+53=275 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.82% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 214 - color contains mainly: red. Hex color #D60835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60835 is #29F7CA. Grayscale: #4A4A4A. Windows color (decimal): -2750411 or 3475670. OLE color: 3475670.
HSL color Cylindrical-coordinate representation of color #D60835: hue angle of 346.89º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60835 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 53 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.16 |
| HSL | 346.89º | 0.93% | 0.44% | - |
| HSV(B) | 346.89º | 0.96% | 0.84% | - |
| XYZ | 28.46 | 14.73 | 4.71 | - |
| YUV | 74.72 | 115.75 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 53 | 0 | 0.96 | 0.75 | 0.16 | 346.89 | 0.93 | 0.44 |
| Hex | D6 | 8 | 35 | 0 | 60 | 4B | 10 | 15B | 5D | 2C |
| Octal | 326 | 10 | 65 | 0 | 140 | 113 | 20 | 533 | 135 | 54 |
| Binary | 11010110 | 1000 | 110101 | 0 | 1100000 | 1001011 | 10000 | 101011011 | 1011101 | 101100 |
Color Harmonies of #D60835
Complementary color
Monochromatic Colors of #D60835
Black with #D60835
Text Example
Text Example
White with #D60835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60835; }
p { color: rgb(214,8,53); }
H1.HeaderClassName
{
color: #D60835;
}
.AnyTagClassName
{
color: #D60835;
}
</style>
background-color css
<style>
a { background-color: #D60835; }
a { background-color: rgb(214,8,53); }
div.DivClassName
{
background-color: #D60835;
}
.BgClassName
{
background-color: #D60835;
}
</style>
border-color css
<style>
span { border-color: #D60835; }
span { border-color: rgb(214,8,53); }
td.TdClassName
{
border-color: #D60835;
}
.TagClassName
{
border-color: #D60835;
}
</style>