Html Css Color HEX #EA0E30 Torch Red

📋 copy color: '#EA0E30'

red 234 ◦ green 14 ◦ blue 48

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

Shades of Torch Red #EA0E30

Tints of Torch Red #EA0E30

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.73%

 BLUE value IS 48 (19.14% from 255) = 16.22%

R = 79.05%
G = 4.73%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA0E30 (or 0xEA0E30) is known color: Torch Red. HEX triplet: EA, 0E and 30. RGB value is (234,14,48). Sum of RGB (Red+Green+Blue) = 234+14+48=296 (39% of max value = 765). Red value is 234 (91.80% from 255 or 79.05% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0E30 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0E30 is #15F1CF. Grayscale: #535353. Windows color (decimal): -1438160 or 3149546. OLE color: 3149546.

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

Color convert

RGB 234 14 48 -
CMYK 0 0.94 0.79 0.08
HSL 350.73º 0.89% 0.49% -
HSV(B) 350.73º 0.94% 0.92% -
XYZ 34.62 18.02 4.45 -
YUV 83.66 107.89 235.24 -
System Red Green Blue C M Y K H S L
Decimal 234 14 48 0 0.94 0.79 0.08 350.73 0.89 0.49
Hex EA E 30 0 5E 4F 8 15F 59 31
Octal 352 16 60 0 136 117 10 537 131 61
Binary 11101010 1110 110000 0 1011110 1001111 1000 101011111 1011001 110001

Color Harmonies of #EA0E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0E30

Black with #EA0E30

Text Example


Text Example

White with #EA0E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0E30; }

 p { color: rgb(234,14,48); }

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

background-color css

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

 a { background-color: rgb(234,14,48); }

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

border-color css

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

 span { border-color: rgb(234,14,48); }

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