Shades of Crimson #D30030
Tints of Crimson #D30030
RGB
CMYK
RGB Variations
Color information
#D30030 (or 0xD30030) is known color: Crimson. HEX triplet: D3, 00 and 30. RGB value is (211,0,48). Sum of RGB (Red+Green+Blue) = 211+0+48=259 (34% of max value = 765). Red value is 211 (82.81% from 255 or 81.47% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 211 - color contains mainly: red. Hex color #D30030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30030 is #2CFFCF. Grayscale: #444444. Windows color (decimal): -2949072 or 3145939. OLE color: 3145939.
HSL color Cylindrical-coordinate representation of color #D30030: hue angle of 346.35º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D30030 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.77 | 0.17 |
| HSL | 346.35º | 1% | 0.41% | - |
| HSV(B) | 346.35º | 1% | 0.83% | - |
| XYZ | 27.4 | 14.06 | 4.07 | - |
| YUV | 68.56 | 116.4 | 229.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 48 | 0 | 1 | 0.77 | 0.17 | 346.35 | 1 | 0.41 |
| Hex | D3 | 0 | 30 | 0 | 64 | 4D | 11 | 15A | 64 | 29 |
| Octal | 323 | 0 | 60 | 0 | 144 | 115 | 21 | 532 | 144 | 51 |
| Binary | 11010011 | 0 | 110000 | 0 | 1100100 | 1001101 | 10001 | 101011010 | 1100100 | 101001 |
Color Harmonies of #D30030
Complementary color
Monochromatic Colors of #D30030
Black with #D30030
Text Example
Text Example
White with #D30030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30030; }
p { color: rgb(211,0,48); }
H1.HeaderClassName
{
color: #D30030;
}
.AnyTagClassName
{
color: #D30030;
}
</style>
background-color css
<style>
a { background-color: #D30030; }
a { background-color: rgb(211,0,48); }
div.DivClassName
{
background-color: #D30030;
}
.BgClassName
{
background-color: #D30030;
}
</style>
border-color css
<style>
span { border-color: #D30030; }
span { border-color: rgb(211,0,48); }
td.TdClassName
{
border-color: #D30030;
}
.TagClassName
{
border-color: #D30030;
}
</style>