Shades of Crimson #EA083D
Tints of Crimson #EA083D
RGB
CMYK
RGB Variations
Color information
#EA083D (or 0xEA083D) is known color: Crimson. HEX triplet: EA, 08 and 3D. RGB value is (234,8,61). Sum of RGB (Red+Green+Blue) = 234+8+61=303 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.23% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 234 - color contains mainly: red. Hex color #EA083D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA083D is #15F7C2. Grayscale: #515151. Windows color (decimal): -1439683 or 3999978. OLE color: 3999978.
HSL color Cylindrical-coordinate representation of color #EA083D: hue angle of 345.93º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA083D is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 8 | 61 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.08 |
| HSL | 345.93º | 0.93% | 0.47% | - |
| HSV(B) | 345.93º | 0.97% | 0.92% | - |
| XYZ | 34.86 | 18 | 6.05 | - |
| YUV | 81.62 | 116.37 | 236.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 8 | 61 | 0 | 0.97 | 0.74 | 0.08 | 345.93 | 0.93 | 0.47 |
| Hex | EA | 8 | 3D | 0 | 61 | 4A | 8 | 15A | 5D | 2F |
| Octal | 352 | 10 | 75 | 0 | 141 | 112 | 10 | 532 | 135 | 57 |
| Binary | 11101010 | 1000 | 111101 | 0 | 1100001 | 1001010 | 1000 | 101011010 | 1011101 | 101111 |
Color Harmonies of #EA083D
Complementary color
Monochromatic Colors of #EA083D
Black with #EA083D
Text Example
Text Example
White with #EA083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA083D; }
p { color: rgb(234,8,61); }
H1.HeaderClassName
{
color: #EA083D;
}
.AnyTagClassName
{
color: #EA083D;
}
</style>
background-color css
<style>
a { background-color: #EA083D; }
a { background-color: rgb(234,8,61); }
div.DivClassName
{
background-color: #EA083D;
}
.BgClassName
{
background-color: #EA083D;
}
</style>
border-color css
<style>
span { border-color: #EA083D; }
span { border-color: rgb(234,8,61); }
td.TdClassName
{
border-color: #EA083D;
}
.TagClassName
{
border-color: #EA083D;
}
</style>