Shades of Crimson #DC023A
Tints of Crimson #DC023A
RGB
CMYK
RGB Variations
Color information
#DC023A (or 0xDC023A) is known color: Crimson. HEX triplet: DC, 02 and 3A. RGB value is (220,2,58). Sum of RGB (Red+Green+Blue) = 220+2+58=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC023A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC023A is #23FDC5. Grayscale: #494949. Windows color (decimal): -2358726 or 3801820. OLE color: 3801820.
HSL color Cylindrical-coordinate representation of color #DC023A: hue angle of 344.59º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC023A is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 58 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.14 |
| HSL | 344.59º | 0.98% | 0.44% | - |
| HSV(B) | 344.59º | 0.99% | 0.86% | - |
| XYZ | 30.3 | 15.56 | 5.41 | - |
| YUV | 73.57 | 119.22 | 232.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 58 | 0 | 0.99 | 0.74 | 0.14 | 344.59 | 0.98 | 0.44 |
| Hex | DC | 2 | 3A | 0 | 63 | 4A | E | 159 | 62 | 2C |
| Octal | 334 | 2 | 72 | 0 | 143 | 112 | 16 | 531 | 142 | 54 |
| Binary | 11011100 | 10 | 111010 | 0 | 1100011 | 1001010 | 1110 | 101011001 | 1100010 | 101100 |
Color Harmonies of #DC023A
Complementary color
Monochromatic Colors of #DC023A
Black with #DC023A
Text Example
Text Example
White with #DC023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC023A; }
p { color: rgb(220,2,58); }
H1.HeaderClassName
{
color: #DC023A;
}
.AnyTagClassName
{
color: #DC023A;
}
</style>
background-color css
<style>
a { background-color: #DC023A; }
a { background-color: rgb(220,2,58); }
div.DivClassName
{
background-color: #DC023A;
}
.BgClassName
{
background-color: #DC023A;
}
</style>
border-color css
<style>
span { border-color: #DC023A; }
span { border-color: rgb(220,2,58); }
td.TdClassName
{
border-color: #DC023A;
}
.TagClassName
{
border-color: #DC023A;
}
</style>