Shades of Crimson #D00136
Tints of Crimson #D00136
RGB
CMYK
RGB Variations
Color information
#D00136 (or 0xD00136) is known color: Crimson. HEX triplet: D0, 01 and 36. RGB value is (208,1,54). Sum of RGB (Red+Green+Blue) = 208+1+54=263 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.09% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 208 - color contains mainly: red. Hex color #D00136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00136 is #2FFEC9. Grayscale: #444444. Windows color (decimal): -3145418 or 3539408. OLE color: 3539408.
HSL color Cylindrical-coordinate representation of color #D00136: hue angle of 344.64º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00136 is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 54 | - |
| CMYK | 0 | 1.00 | 0.74 | 0.18 |
| HSL | 344.64º | 0.99% | 0.41% | - |
| HSV(B) | 344.64º | 1% | 0.82% | - |
| XYZ | 26.69 | 13.7 | 4.73 | - |
| YUV | 68.94 | 119.58 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 54 | 0 | 1.00 | 0.74 | 0.18 | 344.64 | 0.99 | 0.41 |
| Hex | D0 | 1 | 36 | 0 | 64 | 4A | 12 | 159 | 63 | 29 |
| Octal | 320 | 1 | 66 | 0 | 144 | 112 | 22 | 531 | 143 | 51 |
| Binary | 11010000 | 1 | 110110 | 0 | 1100100 | 1001010 | 10010 | 101011001 | 1100011 | 101001 |
Color Harmonies of #D00136
Complementary color
Monochromatic Colors of #D00136
Black with #D00136
Text Example
Text Example
White with #D00136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00136; }
p { color: rgb(208,1,54); }
H1.HeaderClassName
{
color: #D00136;
}
.AnyTagClassName
{
color: #D00136;
}
</style>
background-color css
<style>
a { background-color: #D00136; }
a { background-color: rgb(208,1,54); }
div.DivClassName
{
background-color: #D00136;
}
.BgClassName
{
background-color: #D00136;
}
</style>
border-color css
<style>
span { border-color: #D00136; }
span { border-color: rgb(208,1,54); }
td.TdClassName
{
border-color: #D00136;
}
.TagClassName
{
border-color: #D00136;
}
</style>