Html Css Color HEX #EA113E Crimson

📋 copy color: '#EA113E'

red 234 ◦ green 17 ◦ blue 62

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

Shades of Crimson #EA113E

Tints of Crimson #EA113E

RGB

 RED value IS 234 (91.8% from 255) = 74.76%

 GREEN value IS 17 (7.03% from 255) = 5.43%

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

R = 74.76%
G = 5.43%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA113E (or 0xEA113E) is known color: Crimson. HEX triplet: EA, 11 and 3E. RGB value is (234,17,62). Sum of RGB (Red+Green+Blue) = 234+17+62=313 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.76% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 234 - color contains mainly: red. Hex color #EA113E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA113E is #15EEC1. Grayscale: #575757. Windows color (decimal): -1437378 or 4067818. OLE color: 4067818.

HSL color Cylindrical-coordinate representation of color #EA113E: hue angle of 347.56º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA113E is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 17 62 -
CMYK 0 0.93 0.74 0.08
HSL 347.56º 0.86% 0.49% -
HSV(B) 347.56º 0.93% 0.92% -
XYZ 35 18.24 6.23 -
YUV 87.01 113.89 232.84 -
System Red Green Blue C M Y K H S L
Decimal 234 17 62 0 0.93 0.74 0.08 347.56 0.86 0.49
Hex EA 11 3E 0 5D 4A 8 15C 56 31
Octal 352 21 76 0 135 112 10 534 126 61
Binary 11101010 10001 111110 0 1011101 1001010 1000 101011100 1010110 110001

Color Harmonies of #EA113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA113E

Black with #EA113E

Text Example


Text Example

White with #EA113E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA113E; }

 p { color: rgb(234,17,62); }

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

background-color css

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

 a { background-color: rgb(234,17,62); }

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

border-color css

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

 span { border-color: rgb(234,17,62); }

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