Shades of Crimson #DC2343
Tints of Crimson #DC2343
RGB
CMYK
RGB Variations
Color information
#DC2343 (or 0xDC2343) is known color: Crimson. HEX triplet: DC, 23 and 43. RGB value is (220,35,67). Sum of RGB (Red+Green+Blue) = 220+35+67=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2343 is #23DCBC. Grayscale: #5E5E5E. Windows color (decimal): -2350269 or 4400092. OLE color: 4400092.
HSL color Cylindrical-coordinate representation of color #DC2343: hue angle of 349.62º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2343 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 67 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.14 |
| HSL | 349.62º | 0.73% | 0.5% | - |
| HSV(B) | 349.62º | 0.84% | 0.86% | - |
| XYZ | 31.13 | 16.82 | 6.92 | - |
| YUV | 93.96 | 112.79 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 67 | 0 | 0.84 | 0.70 | 0.14 | 349.62 | 0.73 | 0.5 |
| Hex | DC | 23 | 43 | 0 | 54 | 46 | E | 15E | 49 | 32 |
| Octal | 334 | 43 | 103 | 0 | 124 | 106 | 16 | 536 | 111 | 62 |
| Binary | 11011100 | 100011 | 1000011 | 0 | 1010100 | 1000110 | 1110 | 101011110 | 1001001 | 110010 |
Color Harmonies of #DC2343
Complementary color
Monochromatic Colors of #DC2343
Black with #DC2343
Text Example
Text Example
White with #DC2343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2343; }
p { color: rgb(220,35,67); }
H1.HeaderClassName
{
color: #DC2343;
}
.AnyTagClassName
{
color: #DC2343;
}
</style>
background-color css
<style>
a { background-color: #DC2343; }
a { background-color: rgb(220,35,67); }
div.DivClassName
{
background-color: #DC2343;
}
.BgClassName
{
background-color: #DC2343;
}
</style>
border-color css
<style>
span { border-color: #DC2343; }
span { border-color: rgb(220,35,67); }
td.TdClassName
{
border-color: #DC2343;
}
.TagClassName
{
border-color: #DC2343;
}
</style>