Shades of Crimson #D30F4B
Tints of Crimson #D30F4B
RGB
CMYK
RGB Variations
Color information
#D30F4B (or 0xD30F4B) is known color: Crimson. HEX triplet: D3, 0F and 4B. RGB value is (211,15,75). Sum of RGB (Red+Green+Blue) = 211+15+75=301 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.10% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 211 - color contains mainly: red. Hex color #D30F4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30F4B is #2CF0B4. Grayscale: #505050. Windows color (decimal): -2945205 or 4919251. OLE color: 4919251.
HSL color Cylindrical-coordinate representation of color #D30F4B: hue angle of 341.63º 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 #D30F4B is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 15 | 75 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.17 |
| HSL | 341.63º | 0.87% | 0.44% | - |
| HSV(B) | 341.63º | 0.93% | 0.83% | - |
| XYZ | 28.3 | 14.7 | 8 | - |
| YUV | 80.44 | 124.93 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 15 | 75 | 0 | 0.93 | 0.64 | 0.17 | 341.63 | 0.87 | 0.44 |
| Hex | D3 | F | 4B | 0 | 5D | 40 | 11 | 156 | 57 | 2C |
| Octal | 323 | 17 | 113 | 0 | 135 | 100 | 21 | 526 | 127 | 54 |
| Binary | 11010011 | 1111 | 1001011 | 0 | 1011101 | 1000000 | 10001 | 101010110 | 1010111 | 101100 |
Color Harmonies of #D30F4B
Complementary color
Monochromatic Colors of #D30F4B
Black with #D30F4B
Text Example
Text Example
White with #D30F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30F4B; }
p { color: rgb(211,15,75); }
H1.HeaderClassName
{
color: #D30F4B;
}
.AnyTagClassName
{
color: #D30F4B;
}
</style>
background-color css
<style>
a { background-color: #D30F4B; }
a { background-color: rgb(211,15,75); }
div.DivClassName
{
background-color: #D30F4B;
}
.BgClassName
{
background-color: #D30F4B;
}
</style>
border-color css
<style>
span { border-color: #D30F4B; }
span { border-color: rgb(211,15,75); }
td.TdClassName
{
border-color: #D30F4B;
}
.TagClassName
{
border-color: #D30F4B;
}
</style>