Html Css Color HEX #EA0025 Torch Red

📋 copy color: '#EA0025'

red 234 ◦ green 0 ◦ blue 37

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

Shades of Torch Red #EA0025

Tints of Torch Red #EA0025

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 37 (14.84% from 255) = 13.65%

R = 86.35%
G = 0%
B = 13.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA0025 (or 0xEA0025) is known color: Torch Red. HEX triplet: EA, 00 and 25. RGB value is (234,0,37). Sum of RGB (Red+Green+Blue) = 234+0+37=271 (35% of max value = 765). Red value is 234 (91.80% from 255 or 86.35% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0025 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0025 is #15FFDA. Grayscale: #4A4A4A. Windows color (decimal): -1441755 or 2425066. OLE color: 2425066.

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

Color convert

RGB 234 0 37 -
CMYK 0 1 0.84 0.08
HSL 350.51º 1% 0.46% -
HSV(B) 350.51º 1% 0.92% -
XYZ 34.27 17.63 3.35 -
YUV 74.18 107.02 241.99 -
System Red Green Blue C M Y K H S L
Decimal 234 0 37 0 1 0.84 0.08 350.51 1 0.46
Hex EA 0 25 0 64 54 8 15F 64 2E
Octal 352 0 45 0 144 124 10 537 144 56
Binary 11101010 0 100101 0 1100100 1010100 1000 101011111 1100100 101110

Color Harmonies of #EA0025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0025

Black with #EA0025

Text Example


Text Example

White with #EA0025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0025; }

 p { color: rgb(234,0,37); }

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

background-color css

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

 a { background-color: rgb(234,0,37); }

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

border-color css

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

 span { border-color: rgb(234,0,37); }

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