Shades of Crimson #D51B42
Tints of Crimson #D51B42
RGB
CMYK
RGB Variations
Color information
#D51B42 (or 0xD51B42) is known color: Crimson. HEX triplet: D5, 1B and 42. RGB value is (213,27,66). Sum of RGB (Red+Green+Blue) = 213+27+66=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D51B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51B42 is #2AE4BD. Grayscale: #575757. Windows color (decimal): -2811070 or 4332501. OLE color: 4332501.
HSL color Cylindrical-coordinate representation of color #D51B42: hue angle of 347.42º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51B42 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 27 | 66 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.16 |
| HSL | 347.42º | 0.78% | 0.47% | - |
| HSV(B) | 347.42º | 0.87% | 0.84% | - |
| XYZ | 28.82 | 15.32 | 6.59 | - |
| YUV | 87.06 | 116.12 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 27 | 66 | 0 | 0.87 | 0.69 | 0.16 | 347.42 | 0.78 | 0.47 |
| Hex | D5 | 1B | 42 | 0 | 57 | 45 | 10 | 15B | 4E | 2F |
| Octal | 325 | 33 | 102 | 0 | 127 | 105 | 20 | 533 | 116 | 57 |
| Binary | 11010101 | 11011 | 1000010 | 0 | 1010111 | 1000101 | 10000 | 101011011 | 1001110 | 101111 |
Color Harmonies of #D51B42
Complementary color
Monochromatic Colors of #D51B42
Black with #D51B42
Text Example
Text Example
White with #D51B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51B42; }
p { color: rgb(213,27,66); }
H1.HeaderClassName
{
color: #D51B42;
}
.AnyTagClassName
{
color: #D51B42;
}
</style>
background-color css
<style>
a { background-color: #D51B42; }
a { background-color: rgb(213,27,66); }
div.DivClassName
{
background-color: #D51B42;
}
.BgClassName
{
background-color: #D51B42;
}
</style>
border-color css
<style>
span { border-color: #D51B42; }
span { border-color: rgb(213,27,66); }
td.TdClassName
{
border-color: #D51B42;
}
.TagClassName
{
border-color: #D51B42;
}
</style>