Shades of Crimson #E30D3C
Tints of Crimson #E30D3C
RGB
CMYK
RGB Variations
Color information
#E30D3C (or 0xE30D3C) is known color: Crimson. HEX triplet: E3, 0D and 3C. RGB value is (227,13,60). Sum of RGB (Red+Green+Blue) = 227+13+60=300 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.67% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30D3C is #1CF2C3. Grayscale: #525252. Windows color (decimal): -1897156 or 3935715. OLE color: 3935715.
HSL color Cylindrical-coordinate representation of color #E30D3C: hue angle of 346.82º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30D3C is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 13 | 60 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.11 |
| HSL | 346.82º | 0.89% | 0.47% | - |
| HSV(B) | 346.82º | 0.94% | 0.89% | - |
| XYZ | 32.64 | 16.94 | 5.83 | - |
| YUV | 82.34 | 115.4 | 231.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 60 | 0 | 0.94 | 0.74 | 0.11 | 346.82 | 0.89 | 0.47 |
| Hex | E3 | D | 3C | 0 | 5E | 4A | B | 15B | 59 | 2F |
| Octal | 343 | 15 | 74 | 0 | 136 | 112 | 13 | 533 | 131 | 57 |
| Binary | 11100011 | 1101 | 111100 | 0 | 1011110 | 1001010 | 1011 | 101011011 | 1011001 | 101111 |
Color Harmonies of #E30D3C
Complementary color
Monochromatic Colors of #E30D3C
Black with #E30D3C
Text Example
Text Example
White with #E30D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30D3C; }
p { color: rgb(227,13,60); }
H1.HeaderClassName
{
color: #E30D3C;
}
.AnyTagClassName
{
color: #E30D3C;
}
</style>
background-color css
<style>
a { background-color: #E30D3C; }
a { background-color: rgb(227,13,60); }
div.DivClassName
{
background-color: #E30D3C;
}
.BgClassName
{
background-color: #E30D3C;
}
</style>
border-color css
<style>
span { border-color: #E30D3C; }
span { border-color: rgb(227,13,60); }
td.TdClassName
{
border-color: #E30D3C;
}
.TagClassName
{
border-color: #E30D3C;
}
</style>