Shades of Crimson #DC003F
Tints of Crimson #DC003F
RGB
CMYK
RGB Variations
Color information
#DC003F (or 0xDC003F) is known color: Crimson. HEX triplet: DC, 00 and 3F. RGB value is (220,0,63). Sum of RGB (Red+Green+Blue) = 220+0+63=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC003F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC003F is #23FFC0. Grayscale: #484848. Windows color (decimal): -2359233 or 4128988. OLE color: 4128988.
HSL color Cylindrical-coordinate representation of color #DC003F: hue angle of 342.82º 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 #DC003F is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.71 | 0.14 |
| HSL | 342.82º | 1% | 0.43% | - |
| HSV(B) | 342.82º | 1% | 0.86% | - |
| XYZ | 30.41 | 15.57 | 6.11 | - |
| YUV | 72.96 | 122.39 | 232.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 63 | 0 | 1 | 0.71 | 0.14 | 342.82 | 1 | 0.43 |
| Hex | DC | 0 | 3F | 0 | 64 | 47 | E | 157 | 64 | 2B |
| Octal | 334 | 0 | 77 | 0 | 144 | 107 | 16 | 527 | 144 | 53 |
| Binary | 11011100 | 0 | 111111 | 0 | 1100100 | 1000111 | 1110 | 101010111 | 1100100 | 101011 |
Color Harmonies of #DC003F
Complementary color
Monochromatic Colors of #DC003F
Black with #DC003F
Text Example
Text Example
White with #DC003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC003F; }
p { color: rgb(220,0,63); }
H1.HeaderClassName
{
color: #DC003F;
}
.AnyTagClassName
{
color: #DC003F;
}
</style>
background-color css
<style>
a { background-color: #DC003F; }
a { background-color: rgb(220,0,63); }
div.DivClassName
{
background-color: #DC003F;
}
.BgClassName
{
background-color: #DC003F;
}
</style>
border-color css
<style>
span { border-color: #DC003F; }
span { border-color: rgb(220,0,63); }
td.TdClassName
{
border-color: #DC003F;
}
.TagClassName
{
border-color: #DC003F;
}
</style>