Shades of Crimson #D61935
Tints of Crimson #D61935
RGB
CMYK
RGB Variations
Color information
#D61935 (or 0xD61935) is known color: Crimson. HEX triplet: D6, 19 and 35. RGB value is (214,25,53). Sum of RGB (Red+Green+Blue) = 214+25+53=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D61935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61935 is #29E6CA. Grayscale: #545454. Windows color (decimal): -2746059 or 3480022. OLE color: 3480022.
HSL color Cylindrical-coordinate representation of color #D61935: hue angle of 351.11º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61935 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 53 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.16 |
| HSL | 351.11º | 0.79% | 0.47% | - |
| HSV(B) | 351.11º | 0.88% | 0.84% | - |
| XYZ | 28.72 | 15.25 | 4.8 | - |
| YUV | 84.7 | 110.12 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 53 | 0 | 0.88 | 0.75 | 0.16 | 351.11 | 0.79 | 0.47 |
| Hex | D6 | 19 | 35 | 0 | 58 | 4B | 10 | 15F | 4F | 2F |
| Octal | 326 | 31 | 65 | 0 | 130 | 113 | 20 | 537 | 117 | 57 |
| Binary | 11010110 | 11001 | 110101 | 0 | 1011000 | 1001011 | 10000 | 101011111 | 1001111 | 101111 |
Color Harmonies of #D61935
Complementary color
Monochromatic Colors of #D61935
Black with #D61935
Text Example
Text Example
White with #D61935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61935; }
p { color: rgb(214,25,53); }
H1.HeaderClassName
{
color: #D61935;
}
.AnyTagClassName
{
color: #D61935;
}
</style>
background-color css
<style>
a { background-color: #D61935; }
a { background-color: rgb(214,25,53); }
div.DivClassName
{
background-color: #D61935;
}
.BgClassName
{
background-color: #D61935;
}
</style>
border-color css
<style>
span { border-color: #D61935; }
span { border-color: rgb(214,25,53); }
td.TdClassName
{
border-color: #D61935;
}
.TagClassName
{
border-color: #D61935;
}
</style>