Shades of Crimson #DC0234
Tints of Crimson #DC0234
RGB
CMYK
RGB Variations
Color information
#DC0234 (or 0xDC0234) is known color: Crimson. HEX triplet: DC, 02 and 34. RGB value is (220,2,52). Sum of RGB (Red+Green+Blue) = 220+2+52=274 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.29% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0234 is #23FDCB. Grayscale: #484848. Windows color (decimal): -2358732 or 3408604. OLE color: 3408604.
HSL color Cylindrical-coordinate representation of color #DC0234: hue angle of 346.24º 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 #DC0234 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 52 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.14 |
| HSL | 346.24º | 0.98% | 0.44% | - |
| HSV(B) | 346.24º | 0.99% | 0.86% | - |
| XYZ | 30.16 | 15.51 | 4.65 | - |
| YUV | 72.88 | 116.22 | 232.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 52 | 0 | 0.99 | 0.76 | 0.14 | 346.24 | 0.98 | 0.44 |
| Hex | DC | 2 | 34 | 0 | 63 | 4C | E | 15A | 62 | 2C |
| Octal | 334 | 2 | 64 | 0 | 143 | 114 | 16 | 532 | 142 | 54 |
| Binary | 11011100 | 10 | 110100 | 0 | 1100011 | 1001100 | 1110 | 101011010 | 1100010 | 101100 |
Color Harmonies of #DC0234
Complementary color
Monochromatic Colors of #DC0234
Black with #DC0234
Text Example
Text Example
White with #DC0234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0234; }
p { color: rgb(220,2,52); }
H1.HeaderClassName
{
color: #DC0234;
}
.AnyTagClassName
{
color: #DC0234;
}
</style>
background-color css
<style>
a { background-color: #DC0234; }
a { background-color: rgb(220,2,52); }
div.DivClassName
{
background-color: #DC0234;
}
.BgClassName
{
background-color: #DC0234;
}
</style>
border-color css
<style>
span { border-color: #DC0234; }
span { border-color: rgb(220,2,52); }
td.TdClassName
{
border-color: #DC0234;
}
.TagClassName
{
border-color: #DC0234;
}
</style>