Shades of Crimson #DC182F
Tints of Crimson #DC182F
RGB
CMYK
RGB Variations
Color information
#DC182F (or 0xDC182F) is known color: Crimson. HEX triplet: DC, 18 and 2F. RGB value is (220,24,47). Sum of RGB (Red+Green+Blue) = 220+24+47=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC182F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC182F is #23E7D0. Grayscale: #555555. Windows color (decimal): -2353105 or 3086556. OLE color: 3086556.
HSL color Cylindrical-coordinate representation of color #DC182F: hue angle of 352.96º 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 #DC182F is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 47 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.14 |
| HSL | 352.96º | 0.8% | 0.48% | - |
| HSV(B) | 352.96º | 0.89% | 0.86% | - |
| XYZ | 30.35 | 16.07 | 4.19 | - |
| YUV | 85.23 | 106.43 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 47 | 0 | 0.89 | 0.79 | 0.14 | 352.96 | 0.8 | 0.48 |
| Hex | DC | 18 | 2F | 0 | 59 | 4F | E | 161 | 50 | 30 |
| Octal | 334 | 30 | 57 | 0 | 131 | 117 | 16 | 541 | 120 | 60 |
| Binary | 11011100 | 11000 | 101111 | 0 | 1011001 | 1001111 | 1110 | 101100001 | 1010000 | 110000 |
Color Harmonies of #DC182F
Complementary color
Monochromatic Colors of #DC182F
Black with #DC182F
Text Example
Text Example
White with #DC182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC182F; }
p { color: rgb(220,24,47); }
H1.HeaderClassName
{
color: #DC182F;
}
.AnyTagClassName
{
color: #DC182F;
}
</style>
background-color css
<style>
a { background-color: #DC182F; }
a { background-color: rgb(220,24,47); }
div.DivClassName
{
background-color: #DC182F;
}
.BgClassName
{
background-color: #DC182F;
}
</style>
border-color css
<style>
span { border-color: #DC182F; }
span { border-color: rgb(220,24,47); }
td.TdClassName
{
border-color: #DC182F;
}
.TagClassName
{
border-color: #DC182F;
}
</style>