Shades of Crimson #EA033C
Tints of Crimson #EA033C
RGB
CMYK
RGB Variations
Color information
#EA033C (or 0xEA033C) is known color: Crimson. HEX triplet: EA, 03 and 3C. RGB value is (234,3,60). Sum of RGB (Red+Green+Blue) = 234+3+60=297 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.79% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 234 - color contains mainly: red. Hex color #EA033C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA033C is #15FCC3. Grayscale: #4E4E4E. Windows color (decimal): -1440964 or 3933162. OLE color: 3933162.
HSL color Cylindrical-coordinate representation of color #EA033C: hue angle of 345.19º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA033C is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 3 | 60 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.08 |
| HSL | 345.19º | 0.97% | 0.46% | - |
| HSV(B) | 345.19º | 0.99% | 0.92% | - |
| XYZ | 34.78 | 17.88 | 5.89 | - |
| YUV | 78.57 | 117.53 | 238.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 3 | 60 | 0 | 0.99 | 0.74 | 0.08 | 345.19 | 0.97 | 0.46 |
| Hex | EA | 3 | 3C | 0 | 63 | 4A | 8 | 159 | 61 | 2E |
| Octal | 352 | 3 | 74 | 0 | 143 | 112 | 10 | 531 | 141 | 56 |
| Binary | 11101010 | 11 | 111100 | 0 | 1100011 | 1001010 | 1000 | 101011001 | 1100001 | 101110 |
Color Harmonies of #EA033C
Complementary color
Monochromatic Colors of #EA033C
Black with #EA033C
Text Example
Text Example
White with #EA033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA033C; }
p { color: rgb(234,3,60); }
H1.HeaderClassName
{
color: #EA033C;
}
.AnyTagClassName
{
color: #EA033C;
}
</style>
background-color css
<style>
a { background-color: #EA033C; }
a { background-color: rgb(234,3,60); }
div.DivClassName
{
background-color: #EA033C;
}
.BgClassName
{
background-color: #EA033C;
}
</style>
border-color css
<style>
span { border-color: #EA033C; }
span { border-color: rgb(234,3,60); }
td.TdClassName
{
border-color: #EA033C;
}
.TagClassName
{
border-color: #EA033C;
}
</style>