Html Css Color HEX #E41049 Crimson

📋 copy color: '#E41049'

red 228 ◦ green 16 ◦ blue 73

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

Shades of Crimson #E41049

Tints of Crimson #E41049

RGB

 RED value IS 228 (89.45% from 255) = 71.92%

 GREEN value IS 16 (6.64% from 255) = 5.05%

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

R = 71.92%
G = 5.05%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E41049 (or 0xE41049) is known color: Crimson. HEX triplet: E4, 10 and 49. RGB value is (228,16,73). Sum of RGB (Red+Green+Blue) = 228+16+73=317 (41% of max value = 765). Red value is 228 (89.45% from 255 or 71.92% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 228 - color contains mainly: red. Hex color #E41049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41049 is #1BEFB6. Grayscale: #555555. Windows color (decimal): -1830839 or 4788452. OLE color: 4788452.

HSL color Cylindrical-coordinate representation of color #E41049: hue angle of 343.87º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E41049 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 16 73 -
CMYK 0 0.93 0.68 0.11
HSL 343.87º 0.87% 0.48% -
HSV(B) 343.87º 0.93% 0.89% -
XYZ 33.38 17.35 7.89 -
YUV 85.89 120.74 229.37 -
System Red Green Blue C M Y K H S L
Decimal 228 16 73 0 0.93 0.68 0.11 343.87 0.87 0.48
Hex E4 10 49 0 5D 44 B 158 57 30
Octal 344 20 111 0 135 104 13 530 127 60
Binary 11100100 10000 1001001 0 1011101 1000100 1011 101011000 1010111 110000

Color Harmonies of #E41049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41049

Black with #E41049

Text Example


Text Example

White with #E41049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41049; }

 p { color: rgb(228,16,73); }

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

background-color css

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

 a { background-color: rgb(228,16,73); }

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

border-color css

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

 span { border-color: rgb(228,16,73); }

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