Shades of Crimson #DC192F
Tints of Crimson #DC192F
RGB
CMYK
RGB Variations
Color information
#DC192F (or 0xDC192F) is known color: Crimson. HEX triplet: DC, 19 and 2F. RGB value is (220,25,47). Sum of RGB (Red+Green+Blue) = 220+25+47=292 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.34% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 220 - color contains mainly: red. Hex color #DC192F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC192F is #23E6D0. Grayscale: #555555. Windows color (decimal): -2352849 or 3086812. OLE color: 3086812.
HSL color Cylindrical-coordinate representation of color #DC192F: hue angle of 353.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC192F is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 47 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.14 |
| HSL | 353.23º | 0.8% | 0.48% | - |
| HSV(B) | 353.23º | 0.89% | 0.86% | - |
| XYZ | 30.38 | 16.12 | 4.2 | - |
| YUV | 85.81 | 106.1 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 47 | 0 | 0.89 | 0.79 | 0.14 | 353.23 | 0.8 | 0.48 |
| Hex | DC | 19 | 2F | 0 | 59 | 4F | E | 161 | 50 | 30 |
| Octal | 334 | 31 | 57 | 0 | 131 | 117 | 16 | 541 | 120 | 60 |
| Binary | 11011100 | 11001 | 101111 | 0 | 1011001 | 1001111 | 1110 | 101100001 | 1010000 | 110000 |
Color Harmonies of #DC192F
Complementary color
Monochromatic Colors of #DC192F
Black with #DC192F
Text Example
Text Example
White with #DC192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC192F; }
p { color: rgb(220,25,47); }
H1.HeaderClassName
{
color: #DC192F;
}
.AnyTagClassName
{
color: #DC192F;
}
</style>
background-color css
<style>
a { background-color: #DC192F; }
a { background-color: rgb(220,25,47); }
div.DivClassName
{
background-color: #DC192F;
}
.BgClassName
{
background-color: #DC192F;
}
</style>
border-color css
<style>
span { border-color: #DC192F; }
span { border-color: rgb(220,25,47); }
td.TdClassName
{
border-color: #DC192F;
}
.TagClassName
{
border-color: #DC192F;
}
</style>