Html Css Color HEX #E51241 Crimson

📋 copy color: '#E51241'

red 229 ◦ green 18 ◦ blue 65

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

Shades of Crimson #E51241

Tints of Crimson #E51241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.77%

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

R = 73.4%
G = 5.77%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E51241 (or 0xE51241) is known color: Crimson. HEX triplet: E5, 12 and 41. RGB value is (229,18,65). Sum of RGB (Red+Green+Blue) = 229+18+65=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E51241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51241 is #1AEDBE. Grayscale: #565656. Windows color (decimal): -1764799 or 4264677. OLE color: 4264677.

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

Color convert

RGB 229 18 65 -
CMYK 0 0.92 0.72 0.10
HSL 346.64º 0.85% 0.48% -
HSV(B) 346.64º 0.92% 0.9% -
XYZ 33.48 17.47 6.61 -
YUV 86.45 115.9 229.68 -
System Red Green Blue C M Y K H S L
Decimal 229 18 65 0 0.92 0.72 0.10 346.64 0.85 0.48
Hex E5 12 41 0 5C 48 A 15B 55 30
Octal 345 22 101 0 134 110 12 533 125 60
Binary 11100101 10010 1000001 0 1011100 1001000 1010 101011011 1010101 110000

Color Harmonies of #E51241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51241

Black with #E51241

Text Example


Text Example

White with #E51241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51241; }

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

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

background-color css

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

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

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

border-color css

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

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

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