Html Css Color HEX #EA1A40 Crimson

📋 copy color: '#EA1A40'

red 234 ◦ green 26 ◦ blue 64

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

Shades of Crimson #EA1A40

Tints of Crimson #EA1A40

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.02%

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

R = 72.22%
G = 8.02%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA1A40 (or 0xEA1A40) is known color: Crimson. HEX triplet: EA, 1A and 40. RGB value is (234,26,64). Sum of RGB (Red+Green+Blue) = 234+26+64=324 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.22% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1A40 is #15E5BF. Grayscale: #5C5C5C. Windows color (decimal): -1435072 or 4201194. OLE color: 4201194.

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

Color convert

RGB 234 26 64 -
CMYK 0 0.89 0.73 0.08
HSL 349.04º 0.83% 0.51% -
HSV(B) 349.04º 0.89% 0.92% -
XYZ 35.23 18.6 6.58 -
YUV 92.52 111.91 228.91 -
System Red Green Blue C M Y K H S L
Decimal 234 26 64 0 0.89 0.73 0.08 349.04 0.83 0.51
Hex EA 1A 40 0 59 49 8 15D 53 33
Octal 352 32 100 0 131 111 10 535 123 63
Binary 11101010 11010 1000000 0 1011001 1001001 1000 101011101 1010011 110011

Color Harmonies of #EA1A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1A40

Black with #EA1A40

Text Example


Text Example

White with #EA1A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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