Shades of Crimson #D4053A
Tints of Crimson #D4053A
RGB
CMYK
RGB Variations
Color information
#D4053A (or 0xD4053A) is known color: Crimson. HEX triplet: D4, 05 and 3A. RGB value is (212,5,58). Sum of RGB (Red+Green+Blue) = 212+5+58=275 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.09% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 212 - color contains mainly: red. Hex color #D4053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4053A is #2BFAC5. Grayscale: #484848. Windows color (decimal): -2882246 or 3802580. OLE color: 3802580.
HSL color Cylindrical-coordinate representation of color #D4053A: hue angle of 344.64º 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 #D4053A is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 58 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.17 |
| HSL | 344.64º | 0.95% | 0.43% | - |
| HSV(B) | 344.64º | 0.98% | 0.83% | - |
| XYZ | 27.97 | 14.41 | 5.31 | - |
| YUV | 72.94 | 119.58 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 58 | 0 | 0.98 | 0.73 | 0.17 | 344.64 | 0.95 | 0.43 |
| Hex | D4 | 5 | 3A | 0 | 62 | 49 | 11 | 159 | 5F | 2B |
| Octal | 324 | 5 | 72 | 0 | 142 | 111 | 21 | 531 | 137 | 53 |
| Binary | 11010100 | 101 | 111010 | 0 | 1100010 | 1001001 | 10001 | 101011001 | 1011111 | 101011 |
Color Harmonies of #D4053A
Complementary color
Monochromatic Colors of #D4053A
Black with #D4053A
Text Example
Text Example
White with #D4053A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4053A; }
p { color: rgb(212,5,58); }
H1.HeaderClassName
{
color: #D4053A;
}
.AnyTagClassName
{
color: #D4053A;
}
</style>
background-color css
<style>
a { background-color: #D4053A; }
a { background-color: rgb(212,5,58); }
div.DivClassName
{
background-color: #D4053A;
}
.BgClassName
{
background-color: #D4053A;
}
</style>
border-color css
<style>
span { border-color: #D4053A; }
span { border-color: rgb(212,5,58); }
td.TdClassName
{
border-color: #D4053A;
}
.TagClassName
{
border-color: #D4053A;
}
</style>