Html Css Color HEX #EA173C Crimson

📋 copy color: '#EA173C'

red 234 ◦ green 23 ◦ blue 60

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

Shades of Crimson #EA173C

Tints of Crimson #EA173C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.26%

 BLUE value IS 60 (23.83% from 255) = 18.93%

R = 73.82%
G = 7.26%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA173C (or 0xEA173C) is known color: Crimson. HEX triplet: EA, 17 and 3C. RGB value is (234,23,60). Sum of RGB (Red+Green+Blue) = 234+23+60=317 (41% of max value = 765). Red value is 234 (91.80% from 255 or 73.82% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 234 - color contains mainly: red. Hex color #EA173C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA173C is #15E8C3. Grayscale: #5A5A5A. Windows color (decimal): -1435844 or 3938282. OLE color: 3938282.

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

Color convert

RGB 234 23 60 -
CMYK 0 0.90 0.74 0.08
HSL 349.48º 0.83% 0.5% -
HSV(B) 349.48º 0.9% 0.92% -
XYZ 35.05 18.43 5.99 -
YUV 90.31 110.9 230.49 -
System Red Green Blue C M Y K H S L
Decimal 234 23 60 0 0.90 0.74 0.08 349.48 0.83 0.5
Hex EA 17 3C 0 5A 4A 8 15D 53 32
Octal 352 27 74 0 132 112 10 535 123 62
Binary 11101010 10111 111100 0 1011010 1001010 1000 101011101 1010011 110010

Color Harmonies of #EA173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA173C

Black with #EA173C

Text Example


Text Example

White with #EA173C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA173C; }

 p { color: rgb(234,23,60); }

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

background-color css

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

 a { background-color: rgb(234,23,60); }

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

border-color css

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

 span { border-color: rgb(234,23,60); }

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