Shades of Crimson #E6132D
Tints of Crimson #E6132D
RGB
CMYK
RGB Variations
Color information
#E6132D (or 0xE6132D) is known color: Crimson. HEX triplet: E6, 13 and 2D. RGB value is (230,19,45). Sum of RGB (Red+Green+Blue) = 230+19+45=294 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.23% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 230 - color contains mainly: red. Hex color #E6132D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6132D is #19ECD2. Grayscale: #555555. Windows color (decimal): -1699027 or 2954214. OLE color: 2954214.
HSL color Cylindrical-coordinate representation of color #E6132D: hue angle of 352.61º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E6132D is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 45 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.10 |
| HSL | 352.61º | 0.85% | 0.49% | - |
| HSV(B) | 352.61º | 0.92% | 0.9% | - |
| XYZ | 33.34 | 17.48 | 4.1 | - |
| YUV | 85.05 | 105.4 | 231.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 45 | 0 | 0.92 | 0.80 | 0.10 | 352.61 | 0.85 | 0.49 |
| Hex | E6 | 13 | 2D | 0 | 5C | 50 | A | 161 | 55 | 31 |
| Octal | 346 | 23 | 55 | 0 | 134 | 120 | 12 | 541 | 125 | 61 |
| Binary | 11100110 | 10011 | 101101 | 0 | 1011100 | 1010000 | 1010 | 101100001 | 1010101 | 110001 |
Color Harmonies of #E6132D
Complementary color
Monochromatic Colors of #E6132D
Black with #E6132D
Text Example
Text Example
White with #E6132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6132D; }
p { color: rgb(230,19,45); }
H1.HeaderClassName
{
color: #E6132D;
}
.AnyTagClassName
{
color: #E6132D;
}
</style>
background-color css
<style>
a { background-color: #E6132D; }
a { background-color: rgb(230,19,45); }
div.DivClassName
{
background-color: #E6132D;
}
.BgClassName
{
background-color: #E6132D;
}
</style>
border-color css
<style>
span { border-color: #E6132D; }
span { border-color: rgb(230,19,45); }
td.TdClassName
{
border-color: #E6132D;
}
.TagClassName
{
border-color: #E6132D;
}
</style>