Html Css Color HEX #EA022F Torch Red

📋 copy color: '#EA022F'

red 234 ◦ green 2 ◦ blue 47

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

Shades of Torch Red #EA022F

Tints of Torch Red #EA022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 47 (18.75% from 255) = 16.61%

R = 82.69%
G = 0.71%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA022F (or 0xEA022F) is known color: Torch Red. HEX triplet: EA, 02 and 2F. RGB value is (234,2,47). Sum of RGB (Red+Green+Blue) = 234+2+47=283 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.69% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 234 - color contains mainly: red. Hex color #EA022F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA022F is #15FDD0. Grayscale: #4C4C4C. Windows color (decimal): -1441233 or 3080938. OLE color: 3080938.

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

Color convert

RGB 234 2 47 -
CMYK 0 0.99 0.80 0.08
HSL 348.36º 0.98% 0.46% -
HSV(B) 348.36º 0.99% 0.92% -
XYZ 34.47 17.74 4.3 -
YUV 76.5 111.36 240.34 -
System Red Green Blue C M Y K H S L
Decimal 234 2 47 0 0.99 0.80 0.08 348.36 0.98 0.46
Hex EA 2 2F 0 63 50 8 15C 62 2E
Octal 352 2 57 0 143 120 10 534 142 56
Binary 11101010 10 101111 0 1100011 1010000 1000 101011100 1100010 101110

Color Harmonies of #EA022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA022F

Black with #EA022F

Text Example


Text Example

White with #EA022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA022F; }

 p { color: rgb(234,2,47); }

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

background-color css

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

 a { background-color: rgb(234,2,47); }

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

border-color css

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

 span { border-color: rgb(234,2,47); }

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