Html Css Color HEX #EA173F Crimson

📋 copy color: '#EA173F'

red 234 ◦ green 23 ◦ blue 63

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

Shades of Crimson #EA173F

Tints of Crimson #EA173F

RGB

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

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

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

R = 73.13%
G = 7.19%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA173F (or 0xEA173F) is known color: Crimson. HEX triplet: EA, 17 and 3F. RGB value is (234,23,63). Sum of RGB (Red+Green+Blue) = 234+23+63=320 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.12% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 234 - color contains mainly: red. Hex color #EA173F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA173F is #15E8C0. Grayscale: #5A5A5A. Windows color (decimal): -1435841 or 4134890. OLE color: 4134890.

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

Color convert

RGB 234 23 63 -
CMYK 0 0.90 0.73 0.08
HSL 348.63º 0.83% 0.5% -
HSV(B) 348.63º 0.9% 0.92% -
XYZ 35.14 18.46 6.41 -
YUV 90.65 112.4 230.25 -
System Red Green Blue C M Y K H S L
Decimal 234 23 63 0 0.90 0.73 0.08 348.63 0.83 0.5
Hex EA 17 3F 0 5A 49 8 15D 53 32
Octal 352 27 77 0 132 111 10 535 123 62
Binary 11101010 10111 111111 0 1011010 1001001 1000 101011101 1010011 110010

Color Harmonies of #EA173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA173F

Black with #EA173F

Text Example


Text Example

White with #EA173F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA173F; }

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

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

background-color css

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

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

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

border-color css

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

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

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