Shades of Crimson #DC0238
Tints of Crimson #DC0238
RGB
CMYK
RGB Variations
Color information
#DC0238 (or 0xDC0238) is known color: Crimson. HEX triplet: DC, 02 and 38. RGB value is (220,2,56). Sum of RGB (Red+Green+Blue) = 220+2+56=278 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.14% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0238 is #23FDC7. Grayscale: #494949. Windows color (decimal): -2358728 or 3670748. OLE color: 3670748.
HSL color Cylindrical-coordinate representation of color #DC0238: hue angle of 345.14º 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 #DC0238 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 56 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.14 |
| HSL | 345.14º | 0.98% | 0.44% | - |
| HSV(B) | 345.14º | 0.99% | 0.86% | - |
| XYZ | 30.25 | 15.54 | 5.15 | - |
| YUV | 73.34 | 118.22 | 232.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 56 | 0 | 0.99 | 0.75 | 0.14 | 345.14 | 0.98 | 0.44 |
| Hex | DC | 2 | 38 | 0 | 63 | 4B | E | 159 | 62 | 2C |
| Octal | 334 | 2 | 70 | 0 | 143 | 113 | 16 | 531 | 142 | 54 |
| Binary | 11011100 | 10 | 111000 | 0 | 1100011 | 1001011 | 1110 | 101011001 | 1100010 | 101100 |
Color Harmonies of #DC0238
Complementary color
Monochromatic Colors of #DC0238
Black with #DC0238
Text Example
Text Example
White with #DC0238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0238; }
p { color: rgb(220,2,56); }
H1.HeaderClassName
{
color: #DC0238;
}
.AnyTagClassName
{
color: #DC0238;
}
</style>
background-color css
<style>
a { background-color: #DC0238; }
a { background-color: rgb(220,2,56); }
div.DivClassName
{
background-color: #DC0238;
}
.BgClassName
{
background-color: #DC0238;
}
</style>
border-color css
<style>
span { border-color: #DC0238; }
span { border-color: rgb(220,2,56); }
td.TdClassName
{
border-color: #DC0238;
}
.TagClassName
{
border-color: #DC0238;
}
</style>