Shades of Crimson #D0183D
Tints of Crimson #D0183D
RGB
CMYK
RGB Variations
Color information
#D0183D (or 0xD0183D) is known color: Crimson. HEX triplet: D0, 18 and 3D. RGB value is (208,24,61). Sum of RGB (Red+Green+Blue) = 208+24+61=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D0183D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0183D is #2FE7C2. Grayscale: #535353. Windows color (decimal): -3139523 or 4004048. OLE color: 4004048.
HSL color Cylindrical-coordinate representation of color #D0183D: hue angle of 347.93º 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 #D0183D is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 61 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.18 |
| HSL | 347.93º | 0.79% | 0.45% | - |
| HSV(B) | 347.93º | 0.88% | 0.82% | - |
| XYZ | 27.18 | 14.4 | 5.76 | - |
| YUV | 83.23 | 115.46 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 61 | 0 | 0.88 | 0.71 | 0.18 | 347.93 | 0.79 | 0.45 |
| Hex | D0 | 18 | 3D | 0 | 58 | 47 | 12 | 15C | 4F | 2D |
| Octal | 320 | 30 | 75 | 0 | 130 | 107 | 22 | 534 | 117 | 55 |
| Binary | 11010000 | 11000 | 111101 | 0 | 1011000 | 1000111 | 10010 | 101011100 | 1001111 | 101101 |
Color Harmonies of #D0183D
Complementary color
Monochromatic Colors of #D0183D
Black with #D0183D
Text Example
Text Example
White with #D0183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0183D; }
p { color: rgb(208,24,61); }
H1.HeaderClassName
{
color: #D0183D;
}
.AnyTagClassName
{
color: #D0183D;
}
</style>
background-color css
<style>
a { background-color: #D0183D; }
a { background-color: rgb(208,24,61); }
div.DivClassName
{
background-color: #D0183D;
}
.BgClassName
{
background-color: #D0183D;
}
</style>
border-color css
<style>
span { border-color: #D0183D; }
span { border-color: rgb(208,24,61); }
td.TdClassName
{
border-color: #D0183D;
}
.TagClassName
{
border-color: #D0183D;
}
</style>