Shades of Crimson #DC0B34
Tints of Crimson #DC0B34
RGB
CMYK
RGB Variations
Color information
#DC0B34 (or 0xDC0B34) is known color: Crimson. HEX triplet: DC, 0B and 34. RGB value is (220,11,52). Sum of RGB (Red+Green+Blue) = 220+11+52=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0B34 is #23F4CB. Grayscale: #4E4E4E. Windows color (decimal): -2356428 or 3410908. OLE color: 3410908.
HSL color Cylindrical-coordinate representation of color #DC0B34: hue angle of 348.23º 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 #DC0B34 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 11 | 52 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.14 |
| HSL | 348.23º | 0.9% | 0.45% | - |
| HSV(B) | 348.23º | 0.95% | 0.86% | - |
| XYZ | 30.25 | 15.7 | 4.69 | - |
| YUV | 78.17 | 113.24 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 11 | 52 | 0 | 0.95 | 0.76 | 0.14 | 348.23 | 0.9 | 0.45 |
| Hex | DC | B | 34 | 0 | 5F | 4C | E | 15C | 5A | 2D |
| Octal | 334 | 13 | 64 | 0 | 137 | 114 | 16 | 534 | 132 | 55 |
| Binary | 11011100 | 1011 | 110100 | 0 | 1011111 | 1001100 | 1110 | 101011100 | 1011010 | 101101 |
Color Harmonies of #DC0B34
Complementary color
Monochromatic Colors of #DC0B34
Black with #DC0B34
Text Example
Text Example
White with #DC0B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0B34; }
p { color: rgb(220,11,52); }
H1.HeaderClassName
{
color: #DC0B34;
}
.AnyTagClassName
{
color: #DC0B34;
}
</style>
background-color css
<style>
a { background-color: #DC0B34; }
a { background-color: rgb(220,11,52); }
div.DivClassName
{
background-color: #DC0B34;
}
.BgClassName
{
background-color: #DC0B34;
}
</style>
border-color css
<style>
span { border-color: #DC0B34; }
span { border-color: rgb(220,11,52); }
td.TdClassName
{
border-color: #DC0B34;
}
.TagClassName
{
border-color: #DC0B34;
}
</style>