Html Css Color HEX #EA051F Torch Red

📋 copy color: '#EA051F'

red 234 ◦ green 5 ◦ blue 31

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

Shades of Torch Red #EA051F

Tints of Torch Red #EA051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

 BLUE value IS 31 (12.5% from 255) = 11.48%

R = 86.67%
G = 1.85%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA051F (or 0xEA051F) is known color: Torch Red. HEX triplet: EA, 05 and 1F. RGB value is (234,5,31). Sum of RGB (Red+Green+Blue) = 234+5+31=270 (35% of max value = 765). Red value is 234 (91.80% from 255 or 86.67% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 234 - color contains mainly: red. Hex color #EA051F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA051F is #15FAE0. Grayscale: #4C4C4C. Windows color (decimal): -1440481 or 2033130. OLE color: 2033130.

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

Color convert

RGB 234 5 31 -
CMYK 0 0.98 0.87 0.08
HSL 353.19º 0.96% 0.47% -
HSV(B) 353.19º 0.98% 0.92% -
XYZ 34.23 17.7 2.91 -
YUV 76.44 102.37 240.39 -
System Red Green Blue C M Y K H S L
Decimal 234 5 31 0 0.98 0.87 0.08 353.19 0.96 0.47
Hex EA 5 1F 0 62 57 8 161 60 2F
Octal 352 5 37 0 142 127 10 541 140 57
Binary 11101010 101 11111 0 1100010 1010111 1000 101100001 1100000 101111

Color Harmonies of #EA051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA051F

Black with #EA051F

Text Example


Text Example

White with #EA051F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA051F; }

 p { color: rgb(234,5,31); }

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

background-color css

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

 a { background-color: rgb(234,5,31); }

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

border-color css

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

 span { border-color: rgb(234,5,31); }

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