Shades of Crimson #D30F48
Tints of Crimson #D30F48
RGB
CMYK
RGB Variations
Color information
#D30F48 (or 0xD30F48) is known color: Crimson. HEX triplet: D3, 0F and 48. RGB value is (211,15,72). Sum of RGB (Red+Green+Blue) = 211+15+72=298 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.81% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 211 - color contains mainly: red. Hex color #D30F48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30F48 is #2CF0B7. Grayscale: #505050. Windows color (decimal): -2945208 or 4722643. OLE color: 4722643.
HSL color Cylindrical-coordinate representation of color #D30F48: hue angle of 342.55º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D30F48 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 15 | 72 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.17 |
| HSL | 342.55º | 0.87% | 0.44% | - |
| HSV(B) | 342.55º | 0.93% | 0.83% | - |
| XYZ | 28.2 | 14.66 | 7.47 | - |
| YUV | 80.1 | 123.43 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 15 | 72 | 0 | 0.93 | 0.66 | 0.17 | 342.55 | 0.87 | 0.44 |
| Hex | D3 | F | 48 | 0 | 5D | 42 | 11 | 157 | 57 | 2C |
| Octal | 323 | 17 | 110 | 0 | 135 | 102 | 21 | 527 | 127 | 54 |
| Binary | 11010011 | 1111 | 1001000 | 0 | 1011101 | 1000010 | 10001 | 101010111 | 1010111 | 101100 |
Color Harmonies of #D30F48
Complementary color
Monochromatic Colors of #D30F48
Black with #D30F48
Text Example
Text Example
White with #D30F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30F48; }
p { color: rgb(211,15,72); }
H1.HeaderClassName
{
color: #D30F48;
}
.AnyTagClassName
{
color: #D30F48;
}
</style>
background-color css
<style>
a { background-color: #D30F48; }
a { background-color: rgb(211,15,72); }
div.DivClassName
{
background-color: #D30F48;
}
.BgClassName
{
background-color: #D30F48;
}
</style>
border-color css
<style>
span { border-color: #D30F48; }
span { border-color: rgb(211,15,72); }
td.TdClassName
{
border-color: #D30F48;
}
.TagClassName
{
border-color: #D30F48;
}
</style>