Shades of Crimson #E2063D
Tints of Crimson #E2063D
RGB
CMYK
RGB Variations
Color information
#E2063D (or 0xE2063D) is known color: Crimson. HEX triplet: E2, 06 and 3D. RGB value is (226,6,61). Sum of RGB (Red+Green+Blue) = 226+6+61=293 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.13% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 226 - color contains mainly: red. Hex color #E2063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2063D is #1DF9C2. Grayscale: #4E4E4E. Windows color (decimal): -1964483 or 3999458. OLE color: 3999458.
HSL color Cylindrical-coordinate representation of color #E2063D: hue angle of 345º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2063D is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 61 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.11 |
| HSL | 345º | 0.95% | 0.45% | - |
| HSV(B) | 345º | 0.97% | 0.89% | - |
| XYZ | 32.27 | 16.64 | 5.93 | - |
| YUV | 78.05 | 118.39 | 233.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 61 | 0 | 0.97 | 0.73 | 0.11 | 345 | 0.95 | 0.45 |
| Hex | E2 | 6 | 3D | 0 | 61 | 49 | B | 159 | 5F | 2D |
| Octal | 342 | 6 | 75 | 0 | 141 | 111 | 13 | 531 | 137 | 55 |
| Binary | 11100010 | 110 | 111101 | 0 | 1100001 | 1001001 | 1011 | 101011001 | 1011111 | 101101 |
Color Harmonies of #E2063D
Complementary color
Monochromatic Colors of #E2063D
Black with #E2063D
Text Example
Text Example
White with #E2063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2063D; }
p { color: rgb(226,6,61); }
H1.HeaderClassName
{
color: #E2063D;
}
.AnyTagClassName
{
color: #E2063D;
}
</style>
background-color css
<style>
a { background-color: #E2063D; }
a { background-color: rgb(226,6,61); }
div.DivClassName
{
background-color: #E2063D;
}
.BgClassName
{
background-color: #E2063D;
}
</style>
border-color css
<style>
span { border-color: #E2063D; }
span { border-color: rgb(226,6,61); }
td.TdClassName
{
border-color: #E2063D;
}
.TagClassName
{
border-color: #E2063D;
}
</style>