Shades of Crimson #E6063D
Tints of Crimson #E6063D
RGB
CMYK
RGB Variations
Color information
#E6063D (or 0xE6063D) is known color: Crimson. HEX triplet: E6, 06 and 3D. RGB value is (230,6,61). Sum of RGB (Red+Green+Blue) = 230+6+61=297 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.44% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 230 - color contains mainly: red. Hex color #E6063D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6063D is #19F9C2. Grayscale: #4F4F4F. Windows color (decimal): -1702339 or 3999462. OLE color: 3999462.
HSL color Cylindrical-coordinate representation of color #E6063D: hue angle of 345.27º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6063D is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 6 | 61 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.10 |
| HSL | 345.27º | 0.95% | 0.46% | - |
| HSV(B) | 345.27º | 0.97% | 0.9% | - |
| XYZ | 33.54 | 17.29 | 5.98 | - |
| YUV | 79.25 | 117.71 | 235.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 6 | 61 | 0 | 0.97 | 0.73 | 0.10 | 345.27 | 0.95 | 0.46 |
| Hex | E6 | 6 | 3D | 0 | 61 | 49 | A | 159 | 5F | 2E |
| Octal | 346 | 6 | 75 | 0 | 141 | 111 | 12 | 531 | 137 | 56 |
| Binary | 11100110 | 110 | 111101 | 0 | 1100001 | 1001001 | 1010 | 101011001 | 1011111 | 101110 |
Color Harmonies of #E6063D
Complementary color
Monochromatic Colors of #E6063D
Black with #E6063D
Text Example
Text Example
White with #E6063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6063D; }
p { color: rgb(230,6,61); }
H1.HeaderClassName
{
color: #E6063D;
}
.AnyTagClassName
{
color: #E6063D;
}
</style>
background-color css
<style>
a { background-color: #E6063D; }
a { background-color: rgb(230,6,61); }
div.DivClassName
{
background-color: #E6063D;
}
.BgClassName
{
background-color: #E6063D;
}
</style>
border-color css
<style>
span { border-color: #E6063D; }
span { border-color: rgb(230,6,61); }
td.TdClassName
{
border-color: #E6063D;
}
.TagClassName
{
border-color: #E6063D;
}
</style>