Html Css Color HEX #EA032E Torch Red

📋 copy color: '#EA032E'

red 234 ◦ green 3 ◦ blue 46

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

Shades of Torch Red #EA032E

Tints of Torch Red #EA032E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.25%

R = 82.69%
G = 1.06%
B = 16.25%

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

#EA032E (or 0xEA032E) is known color: Torch Red. HEX triplet: EA, 03 and 2E. RGB value is (234,3,46). Sum of RGB (Red+Green+Blue) = 234+3+46=283 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.69% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 234 - color contains mainly: red. Hex color #EA032E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA032E is #15FCD1. Grayscale: #4D4D4D. Windows color (decimal): -1440978 or 3015658. OLE color: 3015658.

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

Color convert

RGB 234 3 46 -
CMYK 0 0.99 0.80 0.08
HSL 348.83º 0.97% 0.46% -
HSV(B) 348.83º 0.99% 0.92% -
XYZ 34.46 17.75 4.2 -
YUV 76.97 110.53 240 -
System Red Green Blue C M Y K H S L
Decimal 234 3 46 0 0.99 0.80 0.08 348.83 0.97 0.46
Hex EA 3 2E 0 63 50 8 15D 61 2E
Octal 352 3 56 0 143 120 10 535 141 56
Binary 11101010 11 101110 0 1100011 1010000 1000 101011101 1100001 101110

Color Harmonies of #EA032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA032E

Black with #EA032E

Text Example


Text Example

White with #EA032E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA032E; }

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

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

background-color css

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

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

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

border-color css

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

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

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