Shades of Crimson #E00342
Tints of Crimson #E00342
RGB
CMYK
RGB Variations
Color information
#E00342 (or 0xE00342) is known color: Crimson. HEX triplet: E0, 03 and 42. RGB value is (224,3,66). Sum of RGB (Red+Green+Blue) = 224+3+66=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E00342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00342 is #1FFCBD. Grayscale: #4C4C4C. Windows color (decimal): -2096318 or 4326368. OLE color: 4326368.
HSL color Cylindrical-coordinate representation of color #E00342: hue angle of 342.9º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00342 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 66 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.12 |
| HSL | 342.9º | 0.97% | 0.45% | - |
| HSV(B) | 342.9º | 0.99% | 0.88% | - |
| XYZ | 31.76 | 16.31 | 6.63 | - |
| YUV | 76.26 | 122.22 | 233.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 66 | 0 | 0.99 | 0.71 | 0.12 | 342.9 | 0.97 | 0.45 |
| Hex | E0 | 3 | 42 | 0 | 63 | 47 | C | 157 | 61 | 2D |
| Octal | 340 | 3 | 102 | 0 | 143 | 107 | 14 | 527 | 141 | 55 |
| Binary | 11100000 | 11 | 1000010 | 0 | 1100011 | 1000111 | 1100 | 101010111 | 1100001 | 101101 |
Color Harmonies of #E00342
Complementary color
Monochromatic Colors of #E00342
Black with #E00342
Text Example
Text Example
White with #E00342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00342; }
p { color: rgb(224,3,66); }
H1.HeaderClassName
{
color: #E00342;
}
.AnyTagClassName
{
color: #E00342;
}
</style>
background-color css
<style>
a { background-color: #E00342; }
a { background-color: rgb(224,3,66); }
div.DivClassName
{
background-color: #E00342;
}
.BgClassName
{
background-color: #E00342;
}
</style>
border-color css
<style>
span { border-color: #E00342; }
span { border-color: rgb(224,3,66); }
td.TdClassName
{
border-color: #E00342;
}
.TagClassName
{
border-color: #E00342;
}
</style>