Shades of Crimson #D0093B
Tints of Crimson #D0093B
RGB
CMYK
RGB Variations
Color information
#D0093B (or 0xD0093B) is known color: Crimson. HEX triplet: D0, 09 and 3B. RGB value is (208,9,59). Sum of RGB (Red+Green+Blue) = 208+9+59=276 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.36% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 208 - color contains mainly: red. Hex color #D0093B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0093B is #2FF6C4. Grayscale: #4A4A4A. Windows color (decimal): -3143365 or 3869136. OLE color: 3869136.
HSL color Cylindrical-coordinate representation of color #D0093B: hue angle of 344.92º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0093B is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 59 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.18 |
| HSL | 344.92º | 0.92% | 0.43% | - |
| HSV(B) | 344.92º | 0.96% | 0.82% | - |
| XYZ | 26.9 | 13.92 | 5.41 | - |
| YUV | 74.2 | 119.43 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 59 | 0 | 0.96 | 0.72 | 0.18 | 344.92 | 0.92 | 0.43 |
| Hex | D0 | 9 | 3B | 0 | 60 | 48 | 12 | 159 | 5C | 2B |
| Octal | 320 | 11 | 73 | 0 | 140 | 110 | 22 | 531 | 134 | 53 |
| Binary | 11010000 | 1001 | 111011 | 0 | 1100000 | 1001000 | 10010 | 101011001 | 1011100 | 101011 |
Color Harmonies of #D0093B
Complementary color
Monochromatic Colors of #D0093B
Black with #D0093B
Text Example
Text Example
White with #D0093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0093B; }
p { color: rgb(208,9,59); }
H1.HeaderClassName
{
color: #D0093B;
}
.AnyTagClassName
{
color: #D0093B;
}
</style>
background-color css
<style>
a { background-color: #D0093B; }
a { background-color: rgb(208,9,59); }
div.DivClassName
{
background-color: #D0093B;
}
.BgClassName
{
background-color: #D0093B;
}
</style>
border-color css
<style>
span { border-color: #D0093B; }
span { border-color: rgb(208,9,59); }
td.TdClassName
{
border-color: #D0093B;
}
.TagClassName
{
border-color: #D0093B;
}
</style>