Shades of Crimson #D01236
Tints of Crimson #D01236
RGB
CMYK
RGB Variations
Color information
#D01236 (or 0xD01236) is known color: Crimson. HEX triplet: D0, 12 and 36. RGB value is (208,18,54). Sum of RGB (Red+Green+Blue) = 208+18+54=280 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.29% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 208 - color contains mainly: red. Hex color #D01236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01236 is #2FEDC9. Grayscale: #4E4E4E. Windows color (decimal): -3141066 or 3543760. OLE color: 3543760.
HSL color Cylindrical-coordinate representation of color #D01236: hue angle of 348.63º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01236 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 54 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.18 |
| HSL | 348.63º | 0.84% | 0.44% | - |
| HSV(B) | 348.63º | 0.91% | 0.82% | - |
| XYZ | 26.89 | 14.11 | 4.8 | - |
| YUV | 78.91 | 113.95 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 54 | 0 | 0.91 | 0.74 | 0.18 | 348.63 | 0.84 | 0.44 |
| Hex | D0 | 12 | 36 | 0 | 5B | 4A | 12 | 15D | 54 | 2C |
| Octal | 320 | 22 | 66 | 0 | 133 | 112 | 22 | 535 | 124 | 54 |
| Binary | 11010000 | 10010 | 110110 | 0 | 1011011 | 1001010 | 10010 | 101011101 | 1010100 | 101100 |
Color Harmonies of #D01236
Complementary color
Monochromatic Colors of #D01236
Black with #D01236
Text Example
Text Example
White with #D01236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01236; }
p { color: rgb(208,18,54); }
H1.HeaderClassName
{
color: #D01236;
}
.AnyTagClassName
{
color: #D01236;
}
</style>
background-color css
<style>
a { background-color: #D01236; }
a { background-color: rgb(208,18,54); }
div.DivClassName
{
background-color: #D01236;
}
.BgClassName
{
background-color: #D01236;
}
</style>
border-color css
<style>
span { border-color: #D01236; }
span { border-color: rgb(208,18,54); }
td.TdClassName
{
border-color: #D01236;
}
.TagClassName
{
border-color: #D01236;
}
</style>