Shades of Crimson #E8063D
Tints of Crimson #E8063D
RGB
CMYK
RGB Variations
Color information
#E8063D (or 0xE8063D) is known color: Crimson. HEX triplet: E8, 06 and 3D. RGB value is (232,6,61). Sum of RGB (Red+Green+Blue) = 232+6+61=299 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.59% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 232 - color contains mainly: red. Hex color #E8063D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8063D is #17F9C2. Grayscale: #4F4F4F. Windows color (decimal): -1571267 or 3999464. OLE color: 3999464.
HSL color Cylindrical-coordinate representation of color #E8063D: hue angle of 345.4º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8063D is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 6 | 61 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.09 |
| HSL | 345.4º | 0.95% | 0.47% | - |
| HSV(B) | 345.4º | 0.97% | 0.91% | - |
| XYZ | 34.19 | 17.62 | 6.01 | - |
| YUV | 79.84 | 117.37 | 236.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 6 | 61 | 0 | 0.97 | 0.74 | 0.09 | 345.4 | 0.95 | 0.47 |
| Hex | E8 | 6 | 3D | 0 | 61 | 4A | 9 | 159 | 5F | 2F |
| Octal | 350 | 6 | 75 | 0 | 141 | 112 | 11 | 531 | 137 | 57 |
| Binary | 11101000 | 110 | 111101 | 0 | 1100001 | 1001010 | 1001 | 101011001 | 1011111 | 101111 |
Color Harmonies of #E8063D
Complementary color
Monochromatic Colors of #E8063D
Black with #E8063D
Text Example
Text Example
White with #E8063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8063D; }
p { color: rgb(232,6,61); }
H1.HeaderClassName
{
color: #E8063D;
}
.AnyTagClassName
{
color: #E8063D;
}
</style>
background-color css
<style>
a { background-color: #E8063D; }
a { background-color: rgb(232,6,61); }
div.DivClassName
{
background-color: #E8063D;
}
.BgClassName
{
background-color: #E8063D;
}
</style>
border-color css
<style>
span { border-color: #E8063D; }
span { border-color: rgb(232,6,61); }
td.TdClassName
{
border-color: #E8063D;
}
.TagClassName
{
border-color: #E8063D;
}
</style>