Html Css Color HEX #EA032F Torch Red

📋 copy color: '#EA032F'

red 234 ◦ green 3 ◦ blue 47

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

Shades of Torch Red #EA032F

Tints of Torch Red #EA032F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

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

R = 82.39%
G = 1.06%
B = 16.55%

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

#EA032F (or 0xEA032F) is known color: Torch Red. HEX triplet: EA, 03 and 2F. RGB value is (234,3,47). Sum of RGB (Red+Green+Blue) = 234+3+47=284 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.39% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 234 - color contains mainly: red. Hex color #EA032F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA032F is #15FCD0. Grayscale: #4D4D4D. Windows color (decimal): -1440977 or 3081194. OLE color: 3081194.

HSL color Cylindrical-coordinate representation of color #EA032F: hue angle of 348.57º degrees, saturation: 0.97, 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 #EA032F is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 3 47 -
CMYK 0 0.99 0.80 0.08
HSL 348.57º 0.97% 0.46% -
HSV(B) 348.57º 0.99% 0.92% -
XYZ 34.48 17.76 4.3 -
YUV 77.09 111.03 239.92 -
System Red Green Blue C M Y K H S L
Decimal 234 3 47 0 0.99 0.80 0.08 348.57 0.97 0.46
Hex EA 3 2F 0 63 50 8 15D 61 2E
Octal 352 3 57 0 143 120 10 535 141 56
Binary 11101010 11 101111 0 1100011 1010000 1000 101011101 1100001 101110

Color Harmonies of #EA032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA032F

Black with #EA032F

Text Example


Text Example

White with #EA032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA032F; }

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

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

background-color css

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

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

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

border-color css

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

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

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