Shades of Crimson #D4013C
Tints of Crimson #D4013C
RGB
CMYK
RGB Variations
Color information
#D4013C (or 0xD4013C) is known color: Crimson. HEX triplet: D4, 01 and 3C. RGB value is (212,1,60). Sum of RGB (Red+Green+Blue) = 212+1+60=273 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.66% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 212 - color contains mainly: red. Hex color #D4013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4013C is #2BFEC3. Grayscale: #464646. Windows color (decimal): -2883268 or 3932628. OLE color: 3932628.
HSL color Cylindrical-coordinate representation of color #D4013C: hue angle of 343.22º 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 #D4013C is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 1 | 60 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.17 |
| HSL | 343.22º | 0.99% | 0.42% | - |
| HSV(B) | 343.22º | 1% | 0.83% | - |
| XYZ | 27.98 | 14.35 | 5.57 | - |
| YUV | 70.82 | 121.9 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 60 | 0 | 1.00 | 0.72 | 0.17 | 343.22 | 0.99 | 0.42 |
| Hex | D4 | 1 | 3C | 0 | 64 | 48 | 11 | 157 | 63 | 2A |
| Octal | 324 | 1 | 74 | 0 | 144 | 110 | 21 | 527 | 143 | 52 |
| Binary | 11010100 | 1 | 111100 | 0 | 1100100 | 1001000 | 10001 | 101010111 | 1100011 | 101010 |
Color Harmonies of #D4013C
Complementary color
Monochromatic Colors of #D4013C
Black with #D4013C
Text Example
Text Example
White with #D4013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4013C; }
p { color: rgb(212,1,60); }
H1.HeaderClassName
{
color: #D4013C;
}
.AnyTagClassName
{
color: #D4013C;
}
</style>
background-color css
<style>
a { background-color: #D4013C; }
a { background-color: rgb(212,1,60); }
div.DivClassName
{
background-color: #D4013C;
}
.BgClassName
{
background-color: #D4013C;
}
</style>
border-color css
<style>
span { border-color: #D4013C; }
span { border-color: rgb(212,1,60); }
td.TdClassName
{
border-color: #D4013C;
}
.TagClassName
{
border-color: #D4013C;
}
</style>