Shades of Crimson #D4052F
Tints of Crimson #D4052F
RGB
CMYK
RGB Variations
Color information
#D4052F (or 0xD4052F) is known color: Crimson. HEX triplet: D4, 05 and 2F. RGB value is (212,5,47). Sum of RGB (Red+Green+Blue) = 212+5+47=264 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.30% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 212 - color contains mainly: red. Hex color #D4052F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4052F is #2BFAD0. Grayscale: #474747. Windows color (decimal): -2882257 or 3081684. OLE color: 3081684.
HSL color Cylindrical-coordinate representation of color #D4052F: hue angle of 347.83º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4052F is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 47 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.17 |
| HSL | 347.83º | 0.95% | 0.43% | - |
| HSV(B) | 347.83º | 0.98% | 0.83% | - |
| XYZ | 27.72 | 14.31 | 3.99 | - |
| YUV | 71.68 | 114.08 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 47 | 0 | 0.98 | 0.78 | 0.17 | 347.83 | 0.95 | 0.43 |
| Hex | D4 | 5 | 2F | 0 | 62 | 4E | 11 | 15C | 5F | 2B |
| Octal | 324 | 5 | 57 | 0 | 142 | 116 | 21 | 534 | 137 | 53 |
| Binary | 11010100 | 101 | 101111 | 0 | 1100010 | 1001110 | 10001 | 101011100 | 1011111 | 101011 |
Color Harmonies of #D4052F
Complementary color
Monochromatic Colors of #D4052F
Black with #D4052F
Text Example
Text Example
White with #D4052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4052F; }
p { color: rgb(212,5,47); }
H1.HeaderClassName
{
color: #D4052F;
}
.AnyTagClassName
{
color: #D4052F;
}
</style>
background-color css
<style>
a { background-color: #D4052F; }
a { background-color: rgb(212,5,47); }
div.DivClassName
{
background-color: #D4052F;
}
.BgClassName
{
background-color: #D4052F;
}
</style>
border-color css
<style>
span { border-color: #D4052F; }
span { border-color: rgb(212,5,47); }
td.TdClassName
{
border-color: #D4052F;
}
.TagClassName
{
border-color: #D4052F;
}
</style>