Shades of Crimson #DC0B3D
Tints of Crimson #DC0B3D
RGB
CMYK
RGB Variations
Color information
#DC0B3D (or 0xDC0B3D) is known color: Crimson. HEX triplet: DC, 0B and 3D. RGB value is (220,11,61). Sum of RGB (Red+Green+Blue) = 220+11+61=292 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.34% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0B3D is #23F4C2. Grayscale: #4F4F4F. Windows color (decimal): -2356419 or 4000732. OLE color: 4000732.
HSL color Cylindrical-coordinate representation of color #DC0B3D: hue angle of 345.65º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0B3D is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 11 | 61 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.14 |
| HSL | 345.65º | 0.9% | 0.45% | - |
| HSV(B) | 345.65º | 0.95% | 0.86% | - |
| XYZ | 30.48 | 15.79 | 5.86 | - |
| YUV | 79.19 | 117.74 | 228.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 11 | 61 | 0 | 0.95 | 0.72 | 0.14 | 345.65 | 0.9 | 0.45 |
| Hex | DC | B | 3D | 0 | 5F | 48 | E | 15A | 5A | 2D |
| Octal | 334 | 13 | 75 | 0 | 137 | 110 | 16 | 532 | 132 | 55 |
| Binary | 11011100 | 1011 | 111101 | 0 | 1011111 | 1001000 | 1110 | 101011010 | 1011010 | 101101 |
Color Harmonies of #DC0B3D
Complementary color
Monochromatic Colors of #DC0B3D
Black with #DC0B3D
Text Example
Text Example
White with #DC0B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0B3D; }
p { color: rgb(220,11,61); }
H1.HeaderClassName
{
color: #DC0B3D;
}
.AnyTagClassName
{
color: #DC0B3D;
}
</style>
background-color css
<style>
a { background-color: #DC0B3D; }
a { background-color: rgb(220,11,61); }
div.DivClassName
{
background-color: #DC0B3D;
}
.BgClassName
{
background-color: #DC0B3D;
}
</style>
border-color css
<style>
span { border-color: #DC0B3D; }
span { border-color: rgb(220,11,61); }
td.TdClassName
{
border-color: #DC0B3D;
}
.TagClassName
{
border-color: #DC0B3D;
}
</style>