Shades of Crimson #D0193B
Tints of Crimson #D0193B
RGB
CMYK
RGB Variations
Color information
#D0193B (or 0xD0193B) is known color: Crimson. HEX triplet: D0, 19 and 3B. RGB value is (208,25,59). Sum of RGB (Red+Green+Blue) = 208+25+59=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D0193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0193B is #2FE6C4. Grayscale: #535353. Windows color (decimal): -3139269 or 3873232. OLE color: 3873232.
HSL color Cylindrical-coordinate representation of color #D0193B: hue angle of 348.85º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0193B is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 59 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.18 |
| HSL | 348.85º | 0.79% | 0.46% | - |
| HSV(B) | 348.85º | 0.88% | 0.82% | - |
| XYZ | 27.15 | 14.42 | 5.49 | - |
| YUV | 83.59 | 114.13 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 59 | 0 | 0.88 | 0.72 | 0.18 | 348.85 | 0.79 | 0.46 |
| Hex | D0 | 19 | 3B | 0 | 58 | 48 | 12 | 15D | 4F | 2E |
| Octal | 320 | 31 | 73 | 0 | 130 | 110 | 22 | 535 | 117 | 56 |
| Binary | 11010000 | 11001 | 111011 | 0 | 1011000 | 1001000 | 10010 | 101011101 | 1001111 | 101110 |
Color Harmonies of #D0193B
Complementary color
Monochromatic Colors of #D0193B
Black with #D0193B
Text Example
Text Example
White with #D0193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0193B; }
p { color: rgb(208,25,59); }
H1.HeaderClassName
{
color: #D0193B;
}
.AnyTagClassName
{
color: #D0193B;
}
</style>
background-color css
<style>
a { background-color: #D0193B; }
a { background-color: rgb(208,25,59); }
div.DivClassName
{
background-color: #D0193B;
}
.BgClassName
{
background-color: #D0193B;
}
</style>
border-color css
<style>
span { border-color: #D0193B; }
span { border-color: rgb(208,25,59); }
td.TdClassName
{
border-color: #D0193B;
}
.TagClassName
{
border-color: #D0193B;
}
</style>