Html Css Color HEX #EA0926 Torch Red

📋 copy color: '#EA0926'

red 234 ◦ green 9 ◦ blue 38

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

Shades of Torch Red #EA0926

Tints of Torch Red #EA0926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.52%

R = 83.27%
G = 3.2%
B = 13.52%

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

#EA0926 (or 0xEA0926) is known color: Torch Red. HEX triplet: EA, 09 and 26. RGB value is (234,9,38). Sum of RGB (Red+Green+Blue) = 234+9+38=281 (37% of max value = 765). Red value is 234 (91.80% from 255 or 83.27% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0926 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0926 is #15F6D9. Grayscale: #4F4F4F. Windows color (decimal): -1439450 or 2492906. OLE color: 2492906.

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

Color convert

RGB 234 9 38 -
CMYK 0 0.96 0.84 0.08
HSL 352.27º 0.93% 0.48% -
HSV(B) 352.27º 0.96% 0.92% -
XYZ 34.38 17.83 3.46 -
YUV 79.58 104.54 238.14 -
System Red Green Blue C M Y K H S L
Decimal 234 9 38 0 0.96 0.84 0.08 352.27 0.93 0.48
Hex EA 9 26 0 60 54 8 160 5D 30
Octal 352 11 46 0 140 124 10 540 135 60
Binary 11101010 1001 100110 0 1100000 1010100 1000 101100000 1011101 110000

Color Harmonies of #EA0926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0926

Black with #EA0926

Text Example


Text Example

White with #EA0926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0926; }

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

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

background-color css

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

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

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

border-color css

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

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

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