Html Css Color HEX #EA193F Crimson

📋 copy color: '#EA193F'

red 234 ◦ green 25 ◦ blue 63

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

Shades of Crimson #EA193F

Tints of Crimson #EA193F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.57%

R = 72.67%
G = 7.76%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA193F (or 0xEA193F) is known color: Crimson. HEX triplet: EA, 19 and 3F. RGB value is (234,25,63). Sum of RGB (Red+Green+Blue) = 234+25+63=322 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.67% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 234 - color contains mainly: red. Hex color #EA193F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA193F is #15E6C0. Grayscale: #5B5B5B. Windows color (decimal): -1435329 or 4135402. OLE color: 4135402.

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

Color convert

RGB 234 25 63 -
CMYK 0 0.89 0.73 0.08
HSL 349.09º 0.83% 0.51% -
HSV(B) 349.09º 0.89% 0.92% -
XYZ 35.18 18.55 6.43 -
YUV 91.82 111.74 229.41 -
System Red Green Blue C M Y K H S L
Decimal 234 25 63 0 0.89 0.73 0.08 349.09 0.83 0.51
Hex EA 19 3F 0 59 49 8 15D 53 33
Octal 352 31 77 0 131 111 10 535 123 63
Binary 11101010 11001 111111 0 1011001 1001001 1000 101011101 1010011 110011

Color Harmonies of #EA193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA193F

Black with #EA193F

Text Example


Text Example

White with #EA193F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA193F; }

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

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

background-color css

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

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

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

border-color css

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

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

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