Shades of Crimson #D40134
Tints of Crimson #D40134
RGB
CMYK
RGB Variations
Color information
#D40134 (or 0xD40134) is known color: Crimson. HEX triplet: D4, 01 and 34. RGB value is (212,1,52). Sum of RGB (Red+Green+Blue) = 212+1+52=265 (35% of max value = 765). Red value is 212 (83.20% from 255 or 80% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 212 - color contains mainly: red. Hex color #D40134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40134 is #2BFECB. Grayscale: #454545. Windows color (decimal): -2883276 or 3408340. OLE color: 3408340.
HSL color Cylindrical-coordinate representation of color #D40134: hue angle of 345.5º 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 #D40134 is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 1 | 52 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.17 |
| HSL | 345.5º | 0.99% | 0.42% | - |
| HSV(B) | 345.5º | 1% | 0.83% | - |
| XYZ | 27.78 | 14.27 | 4.54 | - |
| YUV | 69.9 | 117.9 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 52 | 0 | 1.00 | 0.75 | 0.17 | 345.5 | 0.99 | 0.42 |
| Hex | D4 | 1 | 34 | 0 | 64 | 4B | 11 | 159 | 63 | 2A |
| Octal | 324 | 1 | 64 | 0 | 144 | 113 | 21 | 531 | 143 | 52 |
| Binary | 11010100 | 1 | 110100 | 0 | 1100100 | 1001011 | 10001 | 101011001 | 1100011 | 101010 |
Color Harmonies of #D40134
Complementary color
Monochromatic Colors of #D40134
Black with #D40134
Text Example
Text Example
White with #D40134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40134; }
p { color: rgb(212,1,52); }
H1.HeaderClassName
{
color: #D40134;
}
.AnyTagClassName
{
color: #D40134;
}
</style>
background-color css
<style>
a { background-color: #D40134; }
a { background-color: rgb(212,1,52); }
div.DivClassName
{
background-color: #D40134;
}
.BgClassName
{
background-color: #D40134;
}
</style>
border-color css
<style>
span { border-color: #D40134; }
span { border-color: rgb(212,1,52); }
td.TdClassName
{
border-color: #D40134;
}
.TagClassName
{
border-color: #D40134;
}
</style>