Html Css Color HEX #EA031E Torch Red

📋 copy color: '#EA031E'

red 234 ◦ green 3 ◦ blue 30

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

Shades of Torch Red #EA031E

Tints of Torch Red #EA031E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.24%

R = 87.64%
G = 1.12%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA031E (or 0xEA031E) is known color: Torch Red. HEX triplet: EA, 03 and 1E. RGB value is (234,3,30). Sum of RGB (Red+Green+Blue) = 234+3+30=267 (35% of max value = 765). Red value is 234 (91.80% from 255 or 87.64% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 234 - color contains mainly: red. Hex color #EA031E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA031E is #15FCE1. Grayscale: #4B4B4B. Windows color (decimal): -1440994 or 1967082. OLE color: 1967082.

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

Color convert

RGB 234 3 30 -
CMYK 0 0.99 0.87 0.08
HSL 352.99º 0.97% 0.46% -
HSV(B) 352.99º 0.99% 0.92% -
XYZ 34.2 17.65 2.83 -
YUV 75.15 102.53 241.3 -
System Red Green Blue C M Y K H S L
Decimal 234 3 30 0 0.99 0.87 0.08 352.99 0.97 0.46
Hex EA 3 1E 0 63 57 8 161 61 2E
Octal 352 3 36 0 143 127 10 541 141 56
Binary 11101010 11 11110 0 1100011 1010111 1000 101100001 1100001 101110

Color Harmonies of #EA031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA031E

Black with #EA031E

Text Example


Text Example

White with #EA031E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA031E; }

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

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

background-color css

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

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

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

border-color css

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

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

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