Shades of Crimson #DC133D
Tints of Crimson #DC133D
RGB
CMYK
RGB Variations
Color information
#DC133D (or 0xDC133D) is known color: Crimson. HEX triplet: DC, 13 and 3D. RGB value is (220,19,61). Sum of RGB (Red+Green+Blue) = 220+19+61=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC133D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC133D is #23ECC2. Grayscale: #535353. Windows color (decimal): -2354371 or 4002780. OLE color: 4002780.
HSL color Cylindrical-coordinate representation of color #DC133D: hue angle of 347.46º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC133D is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 61 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.14 |
| HSL | 347.46º | 0.84% | 0.47% | - |
| HSV(B) | 347.46º | 0.91% | 0.86% | - |
| XYZ | 30.59 | 16.02 | 5.89 | - |
| YUV | 83.89 | 115.09 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 61 | 0 | 0.91 | 0.72 | 0.14 | 347.46 | 0.84 | 0.47 |
| Hex | DC | 13 | 3D | 0 | 5B | 48 | E | 15B | 54 | 2F |
| Octal | 334 | 23 | 75 | 0 | 133 | 110 | 16 | 533 | 124 | 57 |
| Binary | 11011100 | 10011 | 111101 | 0 | 1011011 | 1001000 | 1110 | 101011011 | 1010100 | 101111 |
Color Harmonies of #DC133D
Complementary color
Monochromatic Colors of #DC133D
Black with #DC133D
Text Example
Text Example
White with #DC133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC133D; }
p { color: rgb(220,19,61); }
H1.HeaderClassName
{
color: #DC133D;
}
.AnyTagClassName
{
color: #DC133D;
}
</style>
background-color css
<style>
a { background-color: #DC133D; }
a { background-color: rgb(220,19,61); }
div.DivClassName
{
background-color: #DC133D;
}
.BgClassName
{
background-color: #DC133D;
}
</style>
border-color css
<style>
span { border-color: #DC133D; }
span { border-color: rgb(220,19,61); }
td.TdClassName
{
border-color: #DC133D;
}
.TagClassName
{
border-color: #DC133D;
}
</style>