Html Css Color HEX #EA0925 Torch Red

📋 copy color: '#EA0925'

red 234 ◦ green 9 ◦ blue 37

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

Shades of Torch Red #EA0925

Tints of Torch Red #EA0925

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.21%

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

R = 83.57%
G = 3.21%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA0925 (or 0xEA0925) is known color: Torch Red. HEX triplet: EA, 09 and 25. RGB value is (234,9,37). Sum of RGB (Red+Green+Blue) = 234+9+37=280 (37% of max value = 765). Red value is 234 (91.80% from 255 or 83.57% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0925 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0925 is #15F6DA. Grayscale: #4F4F4F. Windows color (decimal): -1439451 or 2427370. OLE color: 2427370.

HSL color Cylindrical-coordinate representation of color #EA0925: hue angle of 352.53º degrees, saturation: 0.93, 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 #EA0925 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 9 37 -
CMYK 0 0.96 0.84 0.08
HSL 352.53º 0.93% 0.48% -
HSV(B) 352.53º 0.96% 0.92% -
XYZ 34.36 17.82 3.38 -
YUV 79.47 104.04 238.22 -
System Red Green Blue C M Y K H S L
Decimal 234 9 37 0 0.96 0.84 0.08 352.53 0.93 0.48
Hex EA 9 25 0 60 54 8 161 5D 30
Octal 352 11 45 0 140 124 10 541 135 60
Binary 11101010 1001 100101 0 1100000 1010100 1000 101100001 1011101 110000

Color Harmonies of #EA0925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0925

Black with #EA0925

Text Example


Text Example

White with #EA0925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0925; }

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

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

background-color css

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

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

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

border-color css

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

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

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