Shades of Crimson #DC213F
Tints of Crimson #DC213F
RGB
CMYK
RGB Variations
Color information
#DC213F (or 0xDC213F) is known color: Crimson. HEX triplet: DC, 21 and 3F. RGB value is (220,33,63). Sum of RGB (Red+Green+Blue) = 220+33+63=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC213F is #23DEC0. Grayscale: #5C5C5C. Windows color (decimal): -2350785 or 4137436. OLE color: 4137436.
HSL color Cylindrical-coordinate representation of color #DC213F: hue angle of 350.37º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC213F is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 63 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.14 |
| HSL | 350.37º | 0.74% | 0.5% | - |
| HSV(B) | 350.37º | 0.85% | 0.86% | - |
| XYZ | 30.96 | 16.66 | 6.29 | - |
| YUV | 92.33 | 111.45 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 63 | 0 | 0.85 | 0.71 | 0.14 | 350.37 | 0.74 | 0.5 |
| Hex | DC | 21 | 3F | 0 | 55 | 47 | E | 15E | 4A | 32 |
| Octal | 334 | 41 | 77 | 0 | 125 | 107 | 16 | 536 | 112 | 62 |
| Binary | 11011100 | 100001 | 111111 | 0 | 1010101 | 1000111 | 1110 | 101011110 | 1001010 | 110010 |
Color Harmonies of #DC213F
Complementary color
Monochromatic Colors of #DC213F
Black with #DC213F
Text Example
Text Example
White with #DC213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC213F; }
p { color: rgb(220,33,63); }
H1.HeaderClassName
{
color: #DC213F;
}
.AnyTagClassName
{
color: #DC213F;
}
</style>
background-color css
<style>
a { background-color: #DC213F; }
a { background-color: rgb(220,33,63); }
div.DivClassName
{
background-color: #DC213F;
}
.BgClassName
{
background-color: #DC213F;
}
</style>
border-color css
<style>
span { border-color: #DC213F; }
span { border-color: rgb(220,33,63); }
td.TdClassName
{
border-color: #DC213F;
}
.TagClassName
{
border-color: #DC213F;
}
</style>