Shades of Crimson #D0134B
Tints of Crimson #D0134B
RGB
CMYK
RGB Variations
Color information
#D0134B (or 0xD0134B) is known color: Crimson. HEX triplet: D0, 13 and 4B. RGB value is (208,19,75). Sum of RGB (Red+Green+Blue) = 208+19+75=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D0134B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0134B is #2FECB4. Grayscale: #515151. Windows color (decimal): -3140789 or 4920272. OLE color: 4920272.
HSL color Cylindrical-coordinate representation of color #D0134B: hue angle of 342.22º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0134B is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 75 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.18 |
| HSL | 342.22º | 0.83% | 0.45% | - |
| HSV(B) | 342.22º | 0.91% | 0.82% | - |
| XYZ | 27.52 | 14.38 | 7.98 | - |
| YUV | 81.9 | 124.12 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 75 | 0 | 0.91 | 0.64 | 0.18 | 342.22 | 0.83 | 0.45 |
| Hex | D0 | 13 | 4B | 0 | 5B | 40 | 12 | 156 | 53 | 2D |
| Octal | 320 | 23 | 113 | 0 | 133 | 100 | 22 | 526 | 123 | 55 |
| Binary | 11010000 | 10011 | 1001011 | 0 | 1011011 | 1000000 | 10010 | 101010110 | 1010011 | 101101 |
Color Harmonies of #D0134B
Complementary color
Monochromatic Colors of #D0134B
Black with #D0134B
Text Example
Text Example
White with #D0134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0134B; }
p { color: rgb(208,19,75); }
H1.HeaderClassName
{
color: #D0134B;
}
.AnyTagClassName
{
color: #D0134B;
}
</style>
background-color css
<style>
a { background-color: #D0134B; }
a { background-color: rgb(208,19,75); }
div.DivClassName
{
background-color: #D0134B;
}
.BgClassName
{
background-color: #D0134B;
}
</style>
border-color css
<style>
span { border-color: #D0134B; }
span { border-color: rgb(208,19,75); }
td.TdClassName
{
border-color: #D0134B;
}
.TagClassName
{
border-color: #D0134B;
}
</style>