Shades of Crimson #D0183B
Tints of Crimson #D0183B
RGB
CMYK
RGB Variations
Color information
#D0183B (or 0xD0183B) is known color: Crimson. HEX triplet: D0, 18 and 3B. RGB value is (208,24,59). Sum of RGB (Red+Green+Blue) = 208+24+59=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D0183B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0183B is #2FE7C4. Grayscale: #535353. Windows color (decimal): -3139525 or 3872976. OLE color: 3872976.
HSL color Cylindrical-coordinate representation of color #D0183B: hue angle of 348.59º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0183B is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 59 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.18 |
| HSL | 348.59º | 0.79% | 0.45% | - |
| HSV(B) | 348.59º | 0.88% | 0.82% | - |
| XYZ | 27.13 | 14.38 | 5.48 | - |
| YUV | 83.01 | 114.46 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 59 | 0 | 0.88 | 0.72 | 0.18 | 348.59 | 0.79 | 0.45 |
| Hex | D0 | 18 | 3B | 0 | 58 | 48 | 12 | 15D | 4F | 2D |
| Octal | 320 | 30 | 73 | 0 | 130 | 110 | 22 | 535 | 117 | 55 |
| Binary | 11010000 | 11000 | 111011 | 0 | 1011000 | 1001000 | 10010 | 101011101 | 1001111 | 101101 |
Color Harmonies of #D0183B
Complementary color
Monochromatic Colors of #D0183B
Black with #D0183B
Text Example
Text Example
White with #D0183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0183B; }
p { color: rgb(208,24,59); }
H1.HeaderClassName
{
color: #D0183B;
}
.AnyTagClassName
{
color: #D0183B;
}
</style>
background-color css
<style>
a { background-color: #D0183B; }
a { background-color: rgb(208,24,59); }
div.DivClassName
{
background-color: #D0183B;
}
.BgClassName
{
background-color: #D0183B;
}
</style>
border-color css
<style>
span { border-color: #D0183B; }
span { border-color: rgb(208,24,59); }
td.TdClassName
{
border-color: #D0183B;
}
.TagClassName
{
border-color: #D0183B;
}
</style>