Html Css Color HEX #EA0B2E Torch Red

📋 copy color: '#EA0B2E'

red 234 ◦ green 11 ◦ blue 46

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

Shades of Torch Red #EA0B2E

Tints of Torch Red #EA0B2E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.78%

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

R = 80.41%
G = 3.78%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA0B2E (or 0xEA0B2E) is known color: Torch Red. HEX triplet: EA, 0B and 2E. RGB value is (234,11,46). Sum of RGB (Red+Green+Blue) = 234+11+46=291 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.41% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0B2E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0B2E is #15F4D1. Grayscale: #515151. Windows color (decimal): -1438930 or 3017706. OLE color: 3017706.

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

Color convert

RGB 234 11 46 -
CMYK 0 0.95 0.80 0.08
HSL 350.58º 0.91% 0.48% -
HSV(B) 350.58º 0.95% 0.92% -
XYZ 34.54 17.93 4.22 -
YUV 81.67 107.88 236.65 -
System Red Green Blue C M Y K H S L
Decimal 234 11 46 0 0.95 0.80 0.08 350.58 0.91 0.48
Hex EA B 2E 0 5F 50 8 15F 5B 30
Octal 352 13 56 0 137 120 10 537 133 60
Binary 11101010 1011 101110 0 1011111 1010000 1000 101011111 1011011 110000

Color Harmonies of #EA0B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0B2E

Black with #EA0B2E

Text Example


Text Example

White with #EA0B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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