Shades of Crimson #DC0038
Tints of Crimson #DC0038
RGB
CMYK
RGB Variations
Color information
#DC0038 (or 0xDC0038) is known color: Crimson. HEX triplet: DC, 00 and 38. RGB value is (220,0,56). Sum of RGB (Red+Green+Blue) = 220+0+56=276 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.71% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0038 is #23FFC7. Grayscale: #484848. Windows color (decimal): -2359240 or 3670236. OLE color: 3670236.
HSL color Cylindrical-coordinate representation of color #DC0038: hue angle of 344.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0038 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.75 | 0.14 |
| HSL | 344.73º | 1% | 0.43% | - |
| HSV(B) | 344.73º | 1% | 0.86% | - |
| XYZ | 30.23 | 15.5 | 5.14 | - |
| YUV | 72.16 | 118.89 | 233.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 56 | 0 | 1 | 0.75 | 0.14 | 344.73 | 1 | 0.43 |
| Hex | DC | 0 | 38 | 0 | 64 | 4B | E | 159 | 64 | 2B |
| Octal | 334 | 0 | 70 | 0 | 144 | 113 | 16 | 531 | 144 | 53 |
| Binary | 11011100 | 0 | 111000 | 0 | 1100100 | 1001011 | 1110 | 101011001 | 1100100 | 101011 |
Color Harmonies of #DC0038
Complementary color
Monochromatic Colors of #DC0038
Black with #DC0038
Text Example
Text Example
White with #DC0038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0038; }
p { color: rgb(220,0,56); }
H1.HeaderClassName
{
color: #DC0038;
}
.AnyTagClassName
{
color: #DC0038;
}
</style>
background-color css
<style>
a { background-color: #DC0038; }
a { background-color: rgb(220,0,56); }
div.DivClassName
{
background-color: #DC0038;
}
.BgClassName
{
background-color: #DC0038;
}
</style>
border-color css
<style>
span { border-color: #DC0038; }
span { border-color: rgb(220,0,56); }
td.TdClassName
{
border-color: #DC0038;
}
.TagClassName
{
border-color: #DC0038;
}
</style>