Shades of Crimson #D52247
Tints of Crimson #D52247
RGB
CMYK
RGB Variations
Color information
#D52247 (or 0xD52247) is known color: Crimson. HEX triplet: D5, 22 and 47. RGB value is (213,34,71). Sum of RGB (Red+Green+Blue) = 213+34+71=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D52247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52247 is #2ADDB8. Grayscale: #5B5B5B. Windows color (decimal): -2809273 or 4661973. OLE color: 4661973.
HSL color Cylindrical-coordinate representation of color #D52247: hue angle of 347.6º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52247 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 71 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.16 |
| HSL | 347.6º | 0.72% | 0.48% | - |
| HSV(B) | 347.6º | 0.84% | 0.84% | - |
| XYZ | 29.15 | 15.75 | 7.46 | - |
| YUV | 91.74 | 116.3 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 71 | 0 | 0.84 | 0.67 | 0.16 | 347.6 | 0.72 | 0.48 |
| Hex | D5 | 22 | 47 | 0 | 54 | 43 | 10 | 15C | 48 | 30 |
| Octal | 325 | 42 | 107 | 0 | 124 | 103 | 20 | 534 | 110 | 60 |
| Binary | 11010101 | 100010 | 1000111 | 0 | 1010100 | 1000011 | 10000 | 101011100 | 1001000 | 110000 |
Color Harmonies of #D52247
Complementary color
Monochromatic Colors of #D52247
Black with #D52247
Text Example
Text Example
White with #D52247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52247; }
p { color: rgb(213,34,71); }
H1.HeaderClassName
{
color: #D52247;
}
.AnyTagClassName
{
color: #D52247;
}
</style>
background-color css
<style>
a { background-color: #D52247; }
a { background-color: rgb(213,34,71); }
div.DivClassName
{
background-color: #D52247;
}
.BgClassName
{
background-color: #D52247;
}
</style>
border-color css
<style>
span { border-color: #D52247; }
span { border-color: rgb(213,34,71); }
td.TdClassName
{
border-color: #D52247;
}
.TagClassName
{
border-color: #D52247;
}
</style>