Html Css Color HEX #E01145 Crimson

📋 copy color: '#E01145'

red 224 ◦ green 17 ◦ blue 69

#E01145
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #E01145

Tints of Crimson #E01145

RGB

 RED value IS 224 (87.89% from 255) = 72.26%

 GREEN value IS 17 (7.03% from 255) = 5.48%

 BLUE value IS 69 (27.34% from 255) = 22.26%

R = 72.26%
G = 5.48%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E01145 (or 0xE01145) is known color: Crimson. HEX triplet: E0, 11 and 45. RGB value is (224,17,69). Sum of RGB (Red+Green+Blue) = 224+17+69=310 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.26% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 224 - color contains mainly: red. Hex color #E01145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01145 is #1FEEBA. Grayscale: #545454. Windows color (decimal): -2092731 or 4526560. OLE color: 4526560.

HSL color Cylindrical-coordinate representation of color #E01145: hue angle of 344.93º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01145 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 17 69 -
CMYK 0 0.92 0.69 0.12
HSL 344.93º 0.86% 0.47% -
HSV(B) 344.93º 0.92% 0.88% -
XYZ 32.02 16.68 7.16 -
YUV 84.82 119.08 227.27 -
System Red Green Blue C M Y K H S L
Decimal 224 17 69 0 0.92 0.69 0.12 344.93 0.86 0.47
Hex E0 11 45 0 5C 45 C 159 56 2F
Octal 340 21 105 0 134 105 14 531 126 57
Binary 11100000 10001 1000101 0 1011100 1000101 1100 101011001 1010110 101111

Color Harmonies of #E01145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01145

Black with #E01145

Text Example


Text Example

White with #E01145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01145; }

 p { color: rgb(224,17,69); }

 H1.HeaderClassName
 {
   color: #E01145;
 }
 .AnyTagClassName
 {
   color: #E01145;
 }
</style>

background-color css

<style>
 a { background-color: #E01145; }

 a { background-color: rgb(224,17,69); }

 div.DivClassName
 {
   background-color: #E01145;
 }
 .BgClassName
 {
   background-color: #E01145;
 }
</style>

border-color css

<style>
 span { border-color: #E01145; }

 span { border-color: rgb(224,17,69); }

 td.TdClassName
 {
   border-color: #E01145;
 }
 .TagClassName
 {
   border-color: #E01145;
 }
</style>