Shades of Crimson #D40130
Tints of Crimson #D40130
RGB
CMYK
RGB Variations
Color information
#D40130 (or 0xD40130) is known color: Crimson. HEX triplet: D4, 01 and 30. RGB value is (212,1,48). Sum of RGB (Red+Green+Blue) = 212+1+48=261 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.23% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 212 - color contains mainly: red. Hex color #D40130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40130 is #2BFECF. Grayscale: #454545. Windows color (decimal): -2883280 or 3146196. OLE color: 3146196.
HSL color Cylindrical-coordinate representation of color #D40130: hue angle of 346.64º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40130 is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 1 | 48 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.17 |
| HSL | 346.64º | 0.99% | 0.42% | - |
| HSV(B) | 346.64º | 1% | 0.83% | - |
| XYZ | 27.7 | 14.23 | 4.08 | - |
| YUV | 69.45 | 115.9 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 48 | 0 | 1.00 | 0.77 | 0.17 | 346.64 | 0.99 | 0.42 |
| Hex | D4 | 1 | 30 | 0 | 64 | 4D | 11 | 15B | 63 | 2A |
| Octal | 324 | 1 | 60 | 0 | 144 | 115 | 21 | 533 | 143 | 52 |
| Binary | 11010100 | 1 | 110000 | 0 | 1100100 | 1001101 | 10001 | 101011011 | 1100011 | 101010 |
Color Harmonies of #D40130
Complementary color
Monochromatic Colors of #D40130
Black with #D40130
Text Example
Text Example
White with #D40130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40130; }
p { color: rgb(212,1,48); }
H1.HeaderClassName
{
color: #D40130;
}
.AnyTagClassName
{
color: #D40130;
}
</style>
background-color css
<style>
a { background-color: #D40130; }
a { background-color: rgb(212,1,48); }
div.DivClassName
{
background-color: #D40130;
}
.BgClassName
{
background-color: #D40130;
}
</style>
border-color css
<style>
span { border-color: #D40130; }
span { border-color: rgb(212,1,48); }
td.TdClassName
{
border-color: #D40130;
}
.TagClassName
{
border-color: #D40130;
}
</style>