Html Css Color HEX #EA1941 Crimson

📋 copy color: '#EA1941'

red 234 ◦ green 25 ◦ blue 65

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

Shades of Crimson #EA1941

Tints of Crimson #EA1941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.72%

 BLUE value IS 65 (25.78% from 255) = 20.06%

R = 72.22%
G = 7.72%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA1941 (or 0xEA1941) is known color: Crimson. HEX triplet: EA, 19 and 41. RGB value is (234,25,65). Sum of RGB (Red+Green+Blue) = 234+25+65=324 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.22% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1941 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1941 is #15E6BE. Grayscale: #5C5C5C. Windows color (decimal): -1435327 or 4266474. OLE color: 4266474.

HSL color Cylindrical-coordinate representation of color #EA1941: hue angle of 348.52º 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 #EA1941 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 25 65 -
CMYK 0 0.89 0.72 0.08
HSL 348.52º 0.83% 0.51% -
HSV(B) 348.52º 0.89% 0.92% -
XYZ 35.23 18.57 6.73 -
YUV 92.05 112.74 229.25 -
System Red Green Blue C M Y K H S L
Decimal 234 25 65 0 0.89 0.72 0.08 348.52 0.83 0.51
Hex EA 19 41 0 59 48 8 15D 53 33
Octal 352 31 101 0 131 110 10 535 123 63
Binary 11101010 11001 1000001 0 1011001 1001000 1000 101011101 1010011 110011

Color Harmonies of #EA1941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1941

Black with #EA1941

Text Example


Text Example

White with #EA1941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1941; }

 p { color: rgb(234,25,65); }

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

background-color css

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

 a { background-color: rgb(234,25,65); }

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

border-color css

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

 span { border-color: rgb(234,25,65); }

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