Shades of Crimson #DC0C4B
Tints of Crimson #DC0C4B
RGB
CMYK
RGB Variations
Color information
#DC0C4B (or 0xDC0C4B) is known color: Crimson. HEX triplet: DC, 0C and 4B. RGB value is (220,12,75). Sum of RGB (Red+Green+Blue) = 220+12+75=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0C4B is #23F3B4. Grayscale: #515151. Windows color (decimal): -2356149 or 4918492. OLE color: 4918492.
HSL color Cylindrical-coordinate representation of color #DC0C4B: hue angle of 341.83º 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 #DC0C4B is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 12 | 75 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.14 |
| HSL | 341.83º | 0.9% | 0.45% | - |
| HSV(B) | 341.83º | 0.95% | 0.86% | - |
| XYZ | 30.92 | 15.99 | 8.11 | - |
| YUV | 81.37 | 124.41 | 226.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 75 | 0 | 0.95 | 0.66 | 0.14 | 341.83 | 0.9 | 0.45 |
| Hex | DC | C | 4B | 0 | 5F | 42 | E | 156 | 5A | 2D |
| Octal | 334 | 14 | 113 | 0 | 137 | 102 | 16 | 526 | 132 | 55 |
| Binary | 11011100 | 1100 | 1001011 | 0 | 1011111 | 1000010 | 1110 | 101010110 | 1011010 | 101101 |
Color Harmonies of #DC0C4B
Complementary color
Monochromatic Colors of #DC0C4B
Black with #DC0C4B
Text Example
Text Example
White with #DC0C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0C4B; }
p { color: rgb(220,12,75); }
H1.HeaderClassName
{
color: #DC0C4B;
}
.AnyTagClassName
{
color: #DC0C4B;
}
</style>
background-color css
<style>
a { background-color: #DC0C4B; }
a { background-color: rgb(220,12,75); }
div.DivClassName
{
background-color: #DC0C4B;
}
.BgClassName
{
background-color: #DC0C4B;
}
</style>
border-color css
<style>
span { border-color: #DC0C4B; }
span { border-color: rgb(220,12,75); }
td.TdClassName
{
border-color: #DC0C4B;
}
.TagClassName
{
border-color: #DC0C4B;
}
</style>