Html Css Color HEX #EA0130 Torch Red

📋 copy color: '#EA0130'

red 234 ◦ green 1 ◦ blue 48

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

Shades of Torch Red #EA0130

Tints of Torch Red #EA0130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 82.69%
G = 0.35%
B = 16.96%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA0130 (or 0xEA0130) is known color: Torch Red. HEX triplet: EA, 01 and 30. RGB value is (234,1,48). Sum of RGB (Red+Green+Blue) = 234+1+48=283 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.69% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0130 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0130 is #15FECF. Grayscale: #4C4C4C. Windows color (decimal): -1441488 or 3146218. OLE color: 3146218.

HSL color Cylindrical-coordinate representation of color #EA0130: hue angle of 347.9º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0130 is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 1 48 -
CMYK 0 1.00 0.79 0.08
HSL 347.9º 0.99% 0.46% -
HSV(B) 347.9º 1% 0.92% -
XYZ 34.48 17.73 4.4 -
YUV 76.03 112.19 240.68 -
System Red Green Blue C M Y K H S L
Decimal 234 1 48 0 1.00 0.79 0.08 347.9 0.99 0.46
Hex EA 1 30 0 64 4F 8 15C 63 2E
Octal 352 1 60 0 144 117 10 534 143 56
Binary 11101010 1 110000 0 1100100 1001111 1000 101011100 1100011 101110

Color Harmonies of #EA0130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0130

Black with #EA0130

Text Example


Text Example

White with #EA0130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0130; }

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

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

background-color css

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

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

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

border-color css

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

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

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