Html Css Color HEX #E50A3E Crimson

📋 copy color: '#E50A3E'

red 229 ◦ green 10 ◦ blue 62

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

Shades of Crimson #E50A3E

Tints of Crimson #E50A3E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.32%

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

R = 76.08%
G = 3.32%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E50A3E (or 0xE50A3E) is known color: Crimson. HEX triplet: E5, 0A and 3E. RGB value is (229,10,62). Sum of RGB (Red+Green+Blue) = 229+10+62=301 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.08% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50A3E is #1AF5C1. Grayscale: #515151. Windows color (decimal): -1766850 or 4066021. OLE color: 4066021.

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

Color convert

RGB 229 10 62 -
CMYK 0 0.96 0.73 0.10
HSL 345.75º 0.92% 0.47% -
HSV(B) 345.75º 0.96% 0.9% -
XYZ 33.29 17.22 6.13 -
YUV 81.41 117.05 233.27 -
System Red Green Blue C M Y K H S L
Decimal 229 10 62 0 0.96 0.73 0.10 345.75 0.92 0.47
Hex E5 A 3E 0 60 49 A 15A 5C 2F
Octal 345 12 76 0 140 111 12 532 134 57
Binary 11100101 1010 111110 0 1100000 1001001 1010 101011010 1011100 101111

Color Harmonies of #E50A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50A3E

Black with #E50A3E

Text Example


Text Example

White with #E50A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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