Shades of Crimson #D4013E
Tints of Crimson #D4013E
RGB
CMYK
RGB Variations
Color information
#D4013E (or 0xD4013E) is known color: Crimson. HEX triplet: D4, 01 and 3E. RGB value is (212,1,62). Sum of RGB (Red+Green+Blue) = 212+1+62=275 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.09% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 212 - color contains mainly: red. Hex color #D4013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4013E is #2BFEC1. Grayscale: #474747. Windows color (decimal): -2883266 or 4063700. OLE color: 4063700.
HSL color Cylindrical-coordinate representation of color #D4013E: hue angle of 342.65º 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 #D4013E is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 1 | 62 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.17 |
| HSL | 342.65º | 0.99% | 0.42% | - |
| HSV(B) | 342.65º | 1% | 0.83% | - |
| XYZ | 28.03 | 14.37 | 5.85 | - |
| YUV | 71.04 | 122.9 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 62 | 0 | 1.00 | 0.71 | 0.17 | 342.65 | 0.99 | 0.42 |
| Hex | D4 | 1 | 3E | 0 | 64 | 47 | 11 | 157 | 63 | 2A |
| Octal | 324 | 1 | 76 | 0 | 144 | 107 | 21 | 527 | 143 | 52 |
| Binary | 11010100 | 1 | 111110 | 0 | 1100100 | 1000111 | 10001 | 101010111 | 1100011 | 101010 |
Color Harmonies of #D4013E
Complementary color
Monochromatic Colors of #D4013E
Black with #D4013E
Text Example
Text Example
White with #D4013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4013E; }
p { color: rgb(212,1,62); }
H1.HeaderClassName
{
color: #D4013E;
}
.AnyTagClassName
{
color: #D4013E;
}
</style>
background-color css
<style>
a { background-color: #D4013E; }
a { background-color: rgb(212,1,62); }
div.DivClassName
{
background-color: #D4013E;
}
.BgClassName
{
background-color: #D4013E;
}
</style>
border-color css
<style>
span { border-color: #D4013E; }
span { border-color: rgb(212,1,62); }
td.TdClassName
{
border-color: #D4013E;
}
.TagClassName
{
border-color: #D4013E;
}
</style>