Shades of Crimson #D01330
Tints of Crimson #D01330
RGB
CMYK
RGB Variations
Color information
#D01330 (or 0xD01330) is known color: Crimson. HEX triplet: D0, 13 and 30. RGB value is (208,19,48). Sum of RGB (Red+Green+Blue) = 208+19+48=275 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.64% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 208 - color contains mainly: red. Hex color #D01330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01330 is #2FECCF. Grayscale: #4E4E4E. Windows color (decimal): -3140816 or 3150800. OLE color: 3150800.
HSL color Cylindrical-coordinate representation of color #D01330: hue angle of 350.79º 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 #D01330 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 48 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.18 |
| HSL | 350.79º | 0.83% | 0.45% | - |
| HSV(B) | 350.79º | 0.91% | 0.82% | - |
| XYZ | 26.78 | 14.09 | 4.1 | - |
| YUV | 78.82 | 110.62 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 48 | 0 | 0.91 | 0.77 | 0.18 | 350.79 | 0.83 | 0.45 |
| Hex | D0 | 13 | 30 | 0 | 5B | 4D | 12 | 15F | 53 | 2D |
| Octal | 320 | 23 | 60 | 0 | 133 | 115 | 22 | 537 | 123 | 55 |
| Binary | 11010000 | 10011 | 110000 | 0 | 1011011 | 1001101 | 10010 | 101011111 | 1010011 | 101101 |
Color Harmonies of #D01330
Complementary color
Monochromatic Colors of #D01330
Black with #D01330
Text Example
Text Example
White with #D01330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01330; }
p { color: rgb(208,19,48); }
H1.HeaderClassName
{
color: #D01330;
}
.AnyTagClassName
{
color: #D01330;
}
</style>
background-color css
<style>
a { background-color: #D01330; }
a { background-color: rgb(208,19,48); }
div.DivClassName
{
background-color: #D01330;
}
.BgClassName
{
background-color: #D01330;
}
</style>
border-color css
<style>
span { border-color: #D01330; }
span { border-color: rgb(208,19,48); }
td.TdClassName
{
border-color: #D01330;
}
.TagClassName
{
border-color: #D01330;
}
</style>