Shades of Crimson #D4012D
Tints of Crimson #D4012D
RGB
CMYK
RGB Variations
Color information
#D4012D (or 0xD4012D) is known color: Crimson. HEX triplet: D4, 01 and 2D. RGB value is (212,1,45). Sum of RGB (Red+Green+Blue) = 212+1+45=258 (34% of max value = 765). Red value is 212 (83.20% from 255 or 82.17% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 212 - color contains mainly: red. Hex color #D4012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4012D is #2BFED2. Grayscale: #454545. Windows color (decimal): -2883283 or 2949588. OLE color: 2949588.
HSL color Cylindrical-coordinate representation of color #D4012D: hue angle of 347.49º 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 #D4012D is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 1 | 45 | - |
| CMYK | 0 | 1.00 | 0.79 | 0.17 |
| HSL | 347.49º | 0.99% | 0.42% | - |
| HSV(B) | 347.49º | 1% | 0.83% | - |
| XYZ | 27.64 | 14.21 | 3.77 | - |
| YUV | 69.11 | 114.4 | 229.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 45 | 0 | 1.00 | 0.79 | 0.17 | 347.49 | 0.99 | 0.42 |
| Hex | D4 | 1 | 2D | 0 | 64 | 4F | 11 | 15B | 63 | 2A |
| Octal | 324 | 1 | 55 | 0 | 144 | 117 | 21 | 533 | 143 | 52 |
| Binary | 11010100 | 1 | 101101 | 0 | 1100100 | 1001111 | 10001 | 101011011 | 1100011 | 101010 |
Color Harmonies of #D4012D
Complementary color
Monochromatic Colors of #D4012D
Black with #D4012D
Text Example
Text Example
White with #D4012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4012D; }
p { color: rgb(212,1,45); }
H1.HeaderClassName
{
color: #D4012D;
}
.AnyTagClassName
{
color: #D4012D;
}
</style>
background-color css
<style>
a { background-color: #D4012D; }
a { background-color: rgb(212,1,45); }
div.DivClassName
{
background-color: #D4012D;
}
.BgClassName
{
background-color: #D4012D;
}
</style>
border-color css
<style>
span { border-color: #D4012D; }
span { border-color: rgb(212,1,45); }
td.TdClassName
{
border-color: #D4012D;
}
.TagClassName
{
border-color: #D4012D;
}
</style>