Shades of Crimson #DC0330
Tints of Crimson #DC0330
RGB
CMYK
RGB Variations
Color information
#DC0330 (or 0xDC0330) is known color: Crimson. HEX triplet: DC, 03 and 30. RGB value is (220,3,48). Sum of RGB (Red+Green+Blue) = 220+3+48=271 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.18% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0330 is #23FCCF. Grayscale: #494949. Windows color (decimal): -2358480 or 3146716. OLE color: 3146716.
HSL color Cylindrical-coordinate representation of color #DC0330: hue angle of 347.56º degrees, saturation: 0.97, 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 #DC0330 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 48 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.14 |
| HSL | 347.56º | 0.97% | 0.44% | - |
| HSV(B) | 347.56º | 0.99% | 0.86% | - |
| XYZ | 30.08 | 15.49 | 4.2 | - |
| YUV | 73.01 | 113.89 | 232.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 48 | 0 | 0.99 | 0.78 | 0.14 | 347.56 | 0.97 | 0.44 |
| Hex | DC | 3 | 30 | 0 | 63 | 4E | E | 15C | 61 | 2C |
| Octal | 334 | 3 | 60 | 0 | 143 | 116 | 16 | 534 | 141 | 54 |
| Binary | 11011100 | 11 | 110000 | 0 | 1100011 | 1001110 | 1110 | 101011100 | 1100001 | 101100 |
Color Harmonies of #DC0330
Complementary color
Monochromatic Colors of #DC0330
Black with #DC0330
Text Example
Text Example
White with #DC0330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0330; }
p { color: rgb(220,3,48); }
H1.HeaderClassName
{
color: #DC0330;
}
.AnyTagClassName
{
color: #DC0330;
}
</style>
background-color css
<style>
a { background-color: #DC0330; }
a { background-color: rgb(220,3,48); }
div.DivClassName
{
background-color: #DC0330;
}
.BgClassName
{
background-color: #DC0330;
}
</style>
border-color css
<style>
span { border-color: #DC0330; }
span { border-color: rgb(220,3,48); }
td.TdClassName
{
border-color: #DC0330;
}
.TagClassName
{
border-color: #DC0330;
}
</style>