Html Css Color HEX #EA123E Crimson

📋 copy color: '#EA123E'

red 234 ◦ green 18 ◦ blue 62

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

Shades of Crimson #EA123E

Tints of Crimson #EA123E

RGB

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

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

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

R = 74.52%
G = 5.73%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA123E (or 0xEA123E) is known color: Crimson. HEX triplet: EA, 12 and 3E. RGB value is (234,18,62). Sum of RGB (Red+Green+Blue) = 234+18+62=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA123E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA123E is #15EDC1. Grayscale: #575757. Windows color (decimal): -1437122 or 4068074. OLE color: 4068074.

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

Color convert

RGB 234 18 62 -
CMYK 0 0.92 0.74 0.08
HSL 347.78º 0.86% 0.49% -
HSV(B) 347.78º 0.92% 0.92% -
XYZ 35.02 18.27 6.24 -
YUV 87.6 113.56 232.42 -
System Red Green Blue C M Y K H S L
Decimal 234 18 62 0 0.92 0.74 0.08 347.78 0.86 0.49
Hex EA 12 3E 0 5C 4A 8 15C 56 31
Octal 352 22 76 0 134 112 10 534 126 61
Binary 11101010 10010 111110 0 1011100 1001010 1000 101011100 1010110 110001

Color Harmonies of #EA123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA123E

Black with #EA123E

Text Example


Text Example

White with #EA123E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA123E; }

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

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

background-color css

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

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

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

border-color css

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

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

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