Shades of Crimson #E6144B
Tints of Crimson #E6144B
RGB
CMYK
RGB Variations
Color information
#E6144B (or 0xE6144B) is known color: Crimson. HEX triplet: E6, 14 and 4B. RGB value is (230,20,75). Sum of RGB (Red+Green+Blue) = 230+20+75=325 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.77% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 230 - color contains mainly: red. Hex color #E6144B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6144B is #19EBB4. Grayscale: #595959. Windows color (decimal): -1698741 or 4920550. OLE color: 4920550.
HSL color Cylindrical-coordinate representation of color #E6144B: hue angle of 344.29º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E6144B is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 75 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.10 |
| HSL | 344.29º | 0.84% | 0.49% | - |
| HSV(B) | 344.29º | 0.91% | 0.9% | - |
| XYZ | 34.15 | 17.83 | 8.3 | - |
| YUV | 89.06 | 120.07 | 228.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 75 | 0 | 0.91 | 0.67 | 0.10 | 344.29 | 0.84 | 0.49 |
| Hex | E6 | 14 | 4B | 0 | 5B | 43 | A | 158 | 54 | 31 |
| Octal | 346 | 24 | 113 | 0 | 133 | 103 | 12 | 530 | 124 | 61 |
| Binary | 11100110 | 10100 | 1001011 | 0 | 1011011 | 1000011 | 1010 | 101011000 | 1010100 | 110001 |
Color Harmonies of #E6144B
Complementary color
Monochromatic Colors of #E6144B
Black with #E6144B
Text Example
Text Example
White with #E6144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6144B; }
p { color: rgb(230,20,75); }
H1.HeaderClassName
{
color: #E6144B;
}
.AnyTagClassName
{
color: #E6144B;
}
</style>
background-color css
<style>
a { background-color: #E6144B; }
a { background-color: rgb(230,20,75); }
div.DivClassName
{
background-color: #E6144B;
}
.BgClassName
{
background-color: #E6144B;
}
</style>
border-color css
<style>
span { border-color: #E6144B; }
span { border-color: rgb(230,20,75); }
td.TdClassName
{
border-color: #E6144B;
}
.TagClassName
{
border-color: #E6144B;
}
</style>