Html Css Color HEX #E50F3E Crimson

📋 copy color: '#E50F3E'

red 229 ◦ green 15 ◦ blue 62

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

Shades of Crimson #E50F3E

Tints of Crimson #E50F3E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.9%

 BLUE value IS 62 (24.61% from 255) = 20.26%

R = 74.84%
G = 4.9%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E50F3E (or 0xE50F3E) is known color: Crimson. HEX triplet: E5, 0F and 3E. RGB value is (229,15,62). Sum of RGB (Red+Green+Blue) = 229+15+62=306 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.84% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50F3E is #1AF0C1. Grayscale: #545454. Windows color (decimal): -1765570 or 4067301. OLE color: 4067301.

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

Color convert

RGB 229 15 62 -
CMYK 0 0.93 0.73 0.10
HSL 346.82º 0.88% 0.48% -
HSV(B) 346.82º 0.93% 0.9% -
XYZ 33.35 17.35 6.15 -
YUV 84.34 115.4 231.18 -
System Red Green Blue C M Y K H S L
Decimal 229 15 62 0 0.93 0.73 0.10 346.82 0.88 0.48
Hex E5 F 3E 0 5D 49 A 15B 58 30
Octal 345 17 76 0 135 111 12 533 130 60
Binary 11100101 1111 111110 0 1011101 1001001 1010 101011011 1011000 110000

Color Harmonies of #E50F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50F3E

Black with #E50F3E

Text Example


Text Example

White with #E50F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50F3E; }

 p { color: rgb(229,15,62); }

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

background-color css

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

 a { background-color: rgb(229,15,62); }

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

border-color css

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

 span { border-color: rgb(229,15,62); }

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