Html Css Color HEX #EA0A1F Torch Red

📋 copy color: '#EA0A1F'

red 234 ◦ green 10 ◦ blue 31

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

Shades of Torch Red #EA0A1F

Tints of Torch Red #EA0A1F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.64%

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

R = 85.09%
G = 3.64%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA0A1F (or 0xEA0A1F) is known color: Torch Red. HEX triplet: EA, 0A and 1F. RGB value is (234,10,31). Sum of RGB (Red+Green+Blue) = 234+10+31=275 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.09% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A1F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0A1F is #15F5E0. Grayscale: #4F4F4F. Windows color (decimal): -1439201 or 2034410. OLE color: 2034410.

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

Color convert

RGB 234 10 31 -
CMYK 0 0.96 0.87 0.08
HSL 354.38º 0.92% 0.48% -
HSV(B) 354.38º 0.96% 0.92% -
XYZ 34.29 17.81 2.93 -
YUV 79.37 100.71 238.29 -
System Red Green Blue C M Y K H S L
Decimal 234 10 31 0 0.96 0.87 0.08 354.38 0.92 0.48
Hex EA A 1F 0 60 57 8 162 5C 30
Octal 352 12 37 0 140 127 10 542 134 60
Binary 11101010 1010 11111 0 1100000 1010111 1000 101100010 1011100 110000

Color Harmonies of #EA0A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0A1F

Black with #EA0A1F

Text Example


Text Example

White with #EA0A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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