Shades of Crimson #D4052D
Tints of Crimson #D4052D
RGB
CMYK
RGB Variations
Color information
#D4052D (or 0xD4052D) is known color: Crimson. HEX triplet: D4, 05 and 2D. RGB value is (212,5,45). Sum of RGB (Red+Green+Blue) = 212+5+45=262 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.92% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 212 - color contains mainly: red. Hex color #D4052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4052D is #2BFAD2. Grayscale: #474747. Windows color (decimal): -2882259 or 2950612. OLE color: 2950612.
HSL color Cylindrical-coordinate representation of color #D4052D: hue angle of 348.41º 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 #D4052D is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 45 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.17 |
| HSL | 348.41º | 0.95% | 0.43% | - |
| HSV(B) | 348.41º | 0.98% | 0.83% | - |
| XYZ | 27.68 | 14.3 | 3.78 | - |
| YUV | 71.45 | 113.08 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 45 | 0 | 0.98 | 0.79 | 0.17 | 348.41 | 0.95 | 0.43 |
| Hex | D4 | 5 | 2D | 0 | 62 | 4F | 11 | 15C | 5F | 2B |
| Octal | 324 | 5 | 55 | 0 | 142 | 117 | 21 | 534 | 137 | 53 |
| Binary | 11010100 | 101 | 101101 | 0 | 1100010 | 1001111 | 10001 | 101011100 | 1011111 | 101011 |
Color Harmonies of #D4052D
Complementary color
Monochromatic Colors of #D4052D
Black with #D4052D
Text Example
Text Example
White with #D4052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4052D; }
p { color: rgb(212,5,45); }
H1.HeaderClassName
{
color: #D4052D;
}
.AnyTagClassName
{
color: #D4052D;
}
</style>
background-color css
<style>
a { background-color: #D4052D; }
a { background-color: rgb(212,5,45); }
div.DivClassName
{
background-color: #D4052D;
}
.BgClassName
{
background-color: #D4052D;
}
</style>
border-color css
<style>
span { border-color: #D4052D; }
span { border-color: rgb(212,5,45); }
td.TdClassName
{
border-color: #D4052D;
}
.TagClassName
{
border-color: #D4052D;
}
</style>