Html Css Color HEX #EA1A3E Crimson

📋 copy color: '#EA1A3E'

red 234 ◦ green 26 ◦ blue 62

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

Shades of Crimson #EA1A3E

Tints of Crimson #EA1A3E

RGB

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

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

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

R = 72.67%
G = 8.07%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA1A3E (or 0xEA1A3E) is known color: Crimson. HEX triplet: EA, 1A and 3E. RGB value is (234,26,62). Sum of RGB (Red+Green+Blue) = 234+26+62=322 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.67% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1A3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1A3E is #15E5C1. Grayscale: #5C5C5C. Windows color (decimal): -1435074 or 4070122. OLE color: 4070122.

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

Color convert

RGB 234 26 62 -
CMYK 0 0.89 0.74 0.08
HSL 349.62º 0.83% 0.51% -
HSV(B) 349.62º 0.89% 0.92% -
XYZ 35.17 18.58 6.29 -
YUV 92.3 110.91 229.07 -
System Red Green Blue C M Y K H S L
Decimal 234 26 62 0 0.89 0.74 0.08 349.62 0.83 0.51
Hex EA 1A 3E 0 59 4A 8 15E 53 33
Octal 352 32 76 0 131 112 10 536 123 63
Binary 11101010 11010 111110 0 1011001 1001010 1000 101011110 1010011 110011

Color Harmonies of #EA1A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1A3E

Black with #EA1A3E

Text Example


Text Example

White with #EA1A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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