Shades of Crimson #D30530
Tints of Crimson #D30530
RGB
CMYK
RGB Variations
Color information
#D30530 (or 0xD30530) is known color: Crimson. HEX triplet: D3, 05 and 30. RGB value is (211,5,48). Sum of RGB (Red+Green+Blue) = 211+5+48=264 (34% of max value = 765). Red value is 211 (82.81% from 255 or 79.92% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 211 - color contains mainly: red. Hex color #D30530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30530 is #2CFACF. Grayscale: #474747. Windows color (decimal): -2947792 or 3147219. OLE color: 3147219.
HSL color Cylindrical-coordinate representation of color #D30530: hue angle of 347.48º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D30530 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 5 | 48 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.17 |
| HSL | 347.48º | 0.95% | 0.42% | - |
| HSV(B) | 347.48º | 0.98% | 0.83% | - |
| XYZ | 27.45 | 14.17 | 4.08 | - |
| YUV | 71.5 | 114.75 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 48 | 0 | 0.98 | 0.77 | 0.17 | 347.48 | 0.95 | 0.42 |
| Hex | D3 | 5 | 30 | 0 | 62 | 4D | 11 | 15B | 5F | 2A |
| Octal | 323 | 5 | 60 | 0 | 142 | 115 | 21 | 533 | 137 | 52 |
| Binary | 11010011 | 101 | 110000 | 0 | 1100010 | 1001101 | 10001 | 101011011 | 1011111 | 101010 |
Color Harmonies of #D30530
Complementary color
Monochromatic Colors of #D30530
Black with #D30530
Text Example
Text Example
White with #D30530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30530; }
p { color: rgb(211,5,48); }
H1.HeaderClassName
{
color: #D30530;
}
.AnyTagClassName
{
color: #D30530;
}
</style>
background-color css
<style>
a { background-color: #D30530; }
a { background-color: rgb(211,5,48); }
div.DivClassName
{
background-color: #D30530;
}
.BgClassName
{
background-color: #D30530;
}
</style>
border-color css
<style>
span { border-color: #D30530; }
span { border-color: rgb(211,5,48); }
td.TdClassName
{
border-color: #D30530;
}
.TagClassName
{
border-color: #D30530;
}
</style>