Shades of Crimson #D41330
Tints of Crimson #D41330
RGB
CMYK
RGB Variations
Color information
#D41330 (or 0xD41330) is known color: Crimson. HEX triplet: D4, 13 and 30. RGB value is (212,19,48). Sum of RGB (Red+Green+Blue) = 212+19+48=279 (36% of max value = 765). Red value is 212 (83.20% from 255 or 75.99% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 212 - color contains mainly: red. Hex color #D41330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41330 is #2BECCF. Grayscale: #505050. Windows color (decimal): -2878672 or 3150804. OLE color: 3150804.
HSL color Cylindrical-coordinate representation of color #D41330: hue angle of 350.98º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D41330 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 48 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.17 |
| HSL | 350.98º | 0.84% | 0.45% | - |
| HSV(B) | 350.98º | 0.91% | 0.83% | - |
| XYZ | 27.92 | 14.68 | 4.16 | - |
| YUV | 80.01 | 109.94 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 48 | 0 | 0.91 | 0.77 | 0.17 | 350.98 | 0.84 | 0.45 |
| Hex | D4 | 13 | 30 | 0 | 5B | 4D | 11 | 15F | 54 | 2D |
| Octal | 324 | 23 | 60 | 0 | 133 | 115 | 21 | 537 | 124 | 55 |
| Binary | 11010100 | 10011 | 110000 | 0 | 1011011 | 1001101 | 10001 | 101011111 | 1010100 | 101101 |
Color Harmonies of #D41330
Complementary color
Monochromatic Colors of #D41330
Black with #D41330
Text Example
Text Example
White with #D41330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41330; }
p { color: rgb(212,19,48); }
H1.HeaderClassName
{
color: #D41330;
}
.AnyTagClassName
{
color: #D41330;
}
</style>
background-color css
<style>
a { background-color: #D41330; }
a { background-color: rgb(212,19,48); }
div.DivClassName
{
background-color: #D41330;
}
.BgClassName
{
background-color: #D41330;
}
</style>
border-color css
<style>
span { border-color: #D41330; }
span { border-color: rgb(212,19,48); }
td.TdClassName
{
border-color: #D41330;
}
.TagClassName
{
border-color: #D41330;
}
</style>