Shades of Crimson #D30F32
Tints of Crimson #D30F32
RGB
CMYK
RGB Variations
Color information
#D30F32 (or 0xD30F32) is known color: Crimson. HEX triplet: D3, 0F and 32. RGB value is (211,15,50). Sum of RGB (Red+Green+Blue) = 211+15+50=276 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.45% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 211 - color contains mainly: red. Hex color #D30F32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30F32 is #2CF0CD. Grayscale: #4D4D4D. Windows color (decimal): -2945230 or 3280851. OLE color: 3280851.
HSL color Cylindrical-coordinate representation of color #D30F32: hue angle of 349.29º 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 #D30F32 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 15 | 50 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.17 |
| HSL | 349.29º | 0.87% | 0.44% | - |
| HSV(B) | 349.29º | 0.93% | 0.83% | - |
| XYZ | 27.61 | 14.42 | 4.35 | - |
| YUV | 77.59 | 112.43 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 15 | 50 | 0 | 0.93 | 0.76 | 0.17 | 349.29 | 0.87 | 0.44 |
| Hex | D3 | F | 32 | 0 | 5D | 4C | 11 | 15D | 57 | 2C |
| Octal | 323 | 17 | 62 | 0 | 135 | 114 | 21 | 535 | 127 | 54 |
| Binary | 11010011 | 1111 | 110010 | 0 | 1011101 | 1001100 | 10001 | 101011101 | 1010111 | 101100 |
Color Harmonies of #D30F32
Complementary color
Monochromatic Colors of #D30F32
Black with #D30F32
Text Example
Text Example
White with #D30F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30F32; }
p { color: rgb(211,15,50); }
H1.HeaderClassName
{
color: #D30F32;
}
.AnyTagClassName
{
color: #D30F32;
}
</style>
background-color css
<style>
a { background-color: #D30F32; }
a { background-color: rgb(211,15,50); }
div.DivClassName
{
background-color: #D30F32;
}
.BgClassName
{
background-color: #D30F32;
}
</style>
border-color css
<style>
span { border-color: #D30F32; }
span { border-color: rgb(211,15,50); }
td.TdClassName
{
border-color: #D30F32;
}
.TagClassName
{
border-color: #D30F32;
}
</style>