Shades of Crimson #E30344
Tints of Crimson #E30344
RGB
CMYK
RGB Variations
Color information
#E30344 (or 0xE30344) is known color: Crimson. HEX triplet: E3, 03 and 44. RGB value is (227,3,68). Sum of RGB (Red+Green+Blue) = 227+3+68=298 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.17% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 227 - color contains mainly: red. Hex color #E30344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30344 is #1CFCBB. Grayscale: #4D4D4D. Windows color (decimal): -1899708 or 4457443. OLE color: 4457443.
HSL color Cylindrical-coordinate representation of color #E30344: hue angle of 342.59º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E30344 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 68 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.11 |
| HSL | 342.59º | 0.97% | 0.45% | - |
| HSV(B) | 342.59º | 0.99% | 0.89% | - |
| XYZ | 32.75 | 16.81 | 6.99 | - |
| YUV | 77.39 | 122.71 | 234.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 68 | 0 | 0.99 | 0.70 | 0.11 | 342.59 | 0.97 | 0.45 |
| Hex | E3 | 3 | 44 | 0 | 63 | 46 | B | 157 | 61 | 2D |
| Octal | 343 | 3 | 104 | 0 | 143 | 106 | 13 | 527 | 141 | 55 |
| Binary | 11100011 | 11 | 1000100 | 0 | 1100011 | 1000110 | 1011 | 101010111 | 1100001 | 101101 |
Color Harmonies of #E30344
Complementary color
Monochromatic Colors of #E30344
Black with #E30344
Text Example
Text Example
White with #E30344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30344; }
p { color: rgb(227,3,68); }
H1.HeaderClassName
{
color: #E30344;
}
.AnyTagClassName
{
color: #E30344;
}
</style>
background-color css
<style>
a { background-color: #E30344; }
a { background-color: rgb(227,3,68); }
div.DivClassName
{
background-color: #E30344;
}
.BgClassName
{
background-color: #E30344;
}
</style>
border-color css
<style>
span { border-color: #E30344; }
span { border-color: rgb(227,3,68); }
td.TdClassName
{
border-color: #E30344;
}
.TagClassName
{
border-color: #E30344;
}
</style>