Html Css Color HEX #EA1B3E Crimson

📋 copy color: '#EA1B3E'

red 234 ◦ green 27 ◦ blue 62

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

Shades of Crimson #EA1B3E

Tints of Crimson #EA1B3E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.36%

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

R = 72.45%
G = 8.36%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA1B3E (or 0xEA1B3E) is known color: Crimson. HEX triplet: EA, 1B and 3E. RGB value is (234,27,62). Sum of RGB (Red+Green+Blue) = 234+27+62=323 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.45% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1B3E is #15E4C1. Grayscale: #5C5C5C. Windows color (decimal): -1434818 or 4070378. OLE color: 4070378.

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

Color convert

RGB 234 27 62 -
CMYK 0 0.88 0.74 0.08
HSL 349.86º 0.83% 0.51% -
HSV(B) 349.86º 0.88% 0.92% -
XYZ 35.19 18.62 6.3 -
YUV 92.88 110.58 228.65 -
System Red Green Blue C M Y K H S L
Decimal 234 27 62 0 0.88 0.74 0.08 349.86 0.83 0.51
Hex EA 1B 3E 0 58 4A 8 15E 53 33
Octal 352 33 76 0 130 112 10 536 123 63
Binary 11101010 11011 111110 0 1011000 1001010 1000 101011110 1010011 110011

Color Harmonies of #EA1B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1B3E

Black with #EA1B3E

Text Example


Text Example

White with #EA1B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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