Html Css Color HEX #EA102C Torch Red

📋 copy color: '#EA102C'

red 234 ◦ green 16 ◦ blue 44

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

Shades of Torch Red #EA102C

Tints of Torch Red #EA102C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.44%

 BLUE value IS 44 (17.58% from 255) = 14.97%

R = 79.59%
G = 5.44%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA102C (or 0xEA102C) is known color: Torch Red. HEX triplet: EA, 10 and 2C. RGB value is (234,16,44). Sum of RGB (Red+Green+Blue) = 234+16+44=294 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.59% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 234 - color contains mainly: red. Hex color #EA102C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA102C is #15EFD3. Grayscale: #545454. Windows color (decimal): -1437652 or 2887914. OLE color: 2887914.

HSL color Cylindrical-coordinate representation of color #EA102C: hue angle of 352.29º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA102C is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 16 44 -
CMYK 0 0.93 0.81 0.08
HSL 352.29º 0.87% 0.49% -
HSV(B) 352.29º 0.93% 0.92% -
XYZ 34.57 18.04 4.04 -
YUV 84.37 105.22 234.72 -
System Red Green Blue C M Y K H S L
Decimal 234 16 44 0 0.93 0.81 0.08 352.29 0.87 0.49
Hex EA 10 2C 0 5D 51 8 160 57 31
Octal 352 20 54 0 135 121 10 540 127 61
Binary 11101010 10000 101100 0 1011101 1010001 1000 101100000 1010111 110001

Color Harmonies of #EA102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA102C

Black with #EA102C

Text Example


Text Example

White with #EA102C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA102C; }

 p { color: rgb(234,16,44); }

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

background-color css

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

 a { background-color: rgb(234,16,44); }

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

border-color css

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

 span { border-color: rgb(234,16,44); }

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