Html Css Color HEX #E01849 Crimson

📋 copy color: '#E01849'

red 224 ◦ green 24 ◦ blue 73

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

Shades of Crimson #E01849

Tints of Crimson #E01849

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.48%

 BLUE value IS 73 (28.91% from 255) = 22.74%

R = 69.78%
G = 7.48%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E01849 (or 0xE01849) is known color: Crimson. HEX triplet: E0, 18 and 49. RGB value is (224,24,73). Sum of RGB (Red+Green+Blue) = 224+24+73=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E01849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01849 is #1FE7B6. Grayscale: #595959. Windows color (decimal): -2090935 or 4790496. OLE color: 4790496.

HSL color Cylindrical-coordinate representation of color #E01849: hue angle of 345.3º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01849 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 24 73 -
CMYK 0 0.89 0.67 0.12
HSL 345.3º 0.81% 0.49% -
HSV(B) 345.3º 0.89% 0.88% -
XYZ 32.27 16.98 7.88 -
YUV 89.39 118.76 224.02 -
System Red Green Blue C M Y K H S L
Decimal 224 24 73 0 0.89 0.67 0.12 345.3 0.81 0.49
Hex E0 18 49 0 59 43 C 159 51 31
Octal 340 30 111 0 131 103 14 531 121 61
Binary 11100000 11000 1001001 0 1011001 1000011 1100 101011001 1010001 110001

Color Harmonies of #E01849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01849

Black with #E01849

Text Example


Text Example

White with #E01849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01849; }

 p { color: rgb(224,24,73); }

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

background-color css

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

 a { background-color: rgb(224,24,73); }

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

border-color css

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

 span { border-color: rgb(224,24,73); }

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