Html Css Color HEX #EA1240 Crimson

📋 copy color: '#EA1240'

red 234 ◦ green 18 ◦ blue 64

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

Shades of Crimson #EA1240

Tints of Crimson #EA1240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.7%

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

R = 74.05%
G = 5.7%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA1240 (or 0xEA1240) is known color: Crimson. HEX triplet: EA, 12 and 40. RGB value is (234,18,64). Sum of RGB (Red+Green+Blue) = 234+18+64=316 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.05% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1240 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1240 is #15EDBF. Grayscale: #575757. Windows color (decimal): -1437120 or 4199146. OLE color: 4199146.

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

Color convert

RGB 234 18 64 -
CMYK 0 0.92 0.73 0.08
HSL 347.22º 0.86% 0.49% -
HSV(B) 347.22º 0.92% 0.92% -
XYZ 35.07 18.3 6.53 -
YUV 87.83 114.56 232.26 -
System Red Green Blue C M Y K H S L
Decimal 234 18 64 0 0.92 0.73 0.08 347.22 0.86 0.49
Hex EA 12 40 0 5C 49 8 15B 56 31
Octal 352 22 100 0 134 111 10 533 126 61
Binary 11101010 10010 1000000 0 1011100 1001001 1000 101011011 1010110 110001

Color Harmonies of #EA1240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1240

Black with #EA1240

Text Example


Text Example

White with #EA1240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1240; }

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

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

background-color css

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

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

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

border-color css

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

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

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