Shades of Crimson #D01231
Tints of Crimson #D01231
RGB
CMYK
RGB Variations
Color information
#D01231 (or 0xD01231) is known color: Crimson. HEX triplet: D0, 12 and 31. RGB value is (208,18,49). Sum of RGB (Red+Green+Blue) = 208+18+49=275 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.64% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 208 - color contains mainly: red. Hex color #D01231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01231 is #2FEDCE. Grayscale: #4E4E4E. Windows color (decimal): -3141071 or 3216080. OLE color: 3216080.
HSL color Cylindrical-coordinate representation of color #D01231: hue angle of 350.21º 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 #D01231 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 49 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.18 |
| HSL | 350.21º | 0.84% | 0.44% | - |
| HSV(B) | 350.21º | 0.91% | 0.82% | - |
| XYZ | 26.78 | 14.06 | 4.21 | - |
| YUV | 78.34 | 111.45 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 49 | 0 | 0.91 | 0.76 | 0.18 | 350.21 | 0.84 | 0.44 |
| Hex | D0 | 12 | 31 | 0 | 5B | 4C | 12 | 15E | 54 | 2C |
| Octal | 320 | 22 | 61 | 0 | 133 | 114 | 22 | 536 | 124 | 54 |
| Binary | 11010000 | 10010 | 110001 | 0 | 1011011 | 1001100 | 10010 | 101011110 | 1010100 | 101100 |
Color Harmonies of #D01231
Complementary color
Monochromatic Colors of #D01231
Black with #D01231
Text Example
Text Example
White with #D01231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01231; }
p { color: rgb(208,18,49); }
H1.HeaderClassName
{
color: #D01231;
}
.AnyTagClassName
{
color: #D01231;
}
</style>
background-color css
<style>
a { background-color: #D01231; }
a { background-color: rgb(208,18,49); }
div.DivClassName
{
background-color: #D01231;
}
.BgClassName
{
background-color: #D01231;
}
</style>
border-color css
<style>
span { border-color: #D01231; }
span { border-color: rgb(208,18,49); }
td.TdClassName
{
border-color: #D01231;
}
.TagClassName
{
border-color: #D01231;
}
</style>