Html Css Color HEX #EA1740 Crimson

📋 copy color: '#EA1740'

red 234 ◦ green 23 ◦ blue 64

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

Shades of Crimson #EA1740

Tints of Crimson #EA1740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.17%

 BLUE value IS 64 (25.39% from 255) = 19.94%

R = 72.9%
G = 7.17%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA1740 (or 0xEA1740) is known color: Crimson. HEX triplet: EA, 17 and 40. RGB value is (234,23,64). Sum of RGB (Red+Green+Blue) = 234+23+64=321 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.90% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1740 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1740 is #15E8BF. Grayscale: #5A5A5A. Windows color (decimal): -1435840 or 4200426. OLE color: 4200426.

HSL color Cylindrical-coordinate representation of color #EA1740: hue angle of 348.34º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1740 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 23 64 -
CMYK 0 0.90 0.73 0.08
HSL 348.34º 0.83% 0.5% -
HSV(B) 348.34º 0.9% 0.92% -
XYZ 35.16 18.48 6.56 -
YUV 90.76 112.9 230.17 -
System Red Green Blue C M Y K H S L
Decimal 234 23 64 0 0.90 0.73 0.08 348.34 0.83 0.5
Hex EA 17 40 0 5A 49 8 15C 53 32
Octal 352 27 100 0 132 111 10 534 123 62
Binary 11101010 10111 1000000 0 1011010 1001001 1000 101011100 1010011 110010

Color Harmonies of #EA1740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1740

Black with #EA1740

Text Example


Text Example

White with #EA1740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1740; }

 p { color: rgb(234,23,64); }

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

background-color css

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

 a { background-color: rgb(234,23,64); }

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

border-color css

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

 span { border-color: rgb(234,23,64); }

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