Html Css Color HEX #E51941 Crimson

📋 copy color: '#E51941'

red 229 ◦ green 25 ◦ blue 65

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

Shades of Crimson #E51941

Tints of Crimson #E51941

RGB

 RED value IS 229 (89.84% from 255) = 71.79%

 GREEN value IS 25 (10.16% from 255) = 7.84%

 BLUE value IS 65 (25.78% from 255) = 20.38%

R = 71.79%
G = 7.84%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E51941 (or 0xE51941) is known color: Crimson. HEX triplet: E5, 19 and 41. RGB value is (229,25,65). Sum of RGB (Red+Green+Blue) = 229+25+65=319 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.79% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 229 - color contains mainly: red. Hex color #E51941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51941 is #1AE6BE. Grayscale: #5A5A5A. Windows color (decimal): -1763007 or 4266469. OLE color: 4266469.

HSL color Cylindrical-coordinate representation of color #E51941: hue angle of 348.24º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51941 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 25 65 -
CMYK 0 0.89 0.72 0.10
HSL 348.24º 0.8% 0.5% -
HSV(B) 348.24º 0.89% 0.9% -
XYZ 33.61 17.73 6.65 -
YUV 90.56 113.59 226.75 -
System Red Green Blue C M Y K H S L
Decimal 229 25 65 0 0.89 0.72 0.10 348.24 0.8 0.5
Hex E5 19 41 0 59 48 A 15C 50 32
Octal 345 31 101 0 131 110 12 534 120 62
Binary 11100101 11001 1000001 0 1011001 1001000 1010 101011100 1010000 110010

Color Harmonies of #E51941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51941

Black with #E51941

Text Example


Text Example

White with #E51941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51941; }

 p { color: rgb(229,25,65); }

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

background-color css

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

 a { background-color: rgb(229,25,65); }

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

border-color css

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

 span { border-color: rgb(229,25,65); }

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