Html Css Color HEX #EA0626 Torch Red

📋 copy color: '#EA0626'

red 234 ◦ green 6 ◦ blue 38

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

Shades of Torch Red #EA0626

Tints of Torch Red #EA0626

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.16%

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

R = 84.17%
G = 2.16%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA0626 (or 0xEA0626) is known color: Torch Red. HEX triplet: EA, 06 and 26. RGB value is (234,6,38). Sum of RGB (Red+Green+Blue) = 234+6+38=278 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.17% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0626 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0626 is #15F9D9. Grayscale: #4D4D4D. Windows color (decimal): -1440218 or 2492138. OLE color: 2492138.

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

Color convert

RGB 234 6 38 -
CMYK 0 0.97 0.84 0.08
HSL 351.58º 0.95% 0.47% -
HSV(B) 351.58º 0.97% 0.92% -
XYZ 34.35 17.76 3.45 -
YUV 77.82 105.54 239.4 -
System Red Green Blue C M Y K H S L
Decimal 234 6 38 0 0.97 0.84 0.08 351.58 0.95 0.47
Hex EA 6 26 0 61 54 8 160 5F 2F
Octal 352 6 46 0 141 124 10 540 137 57
Binary 11101010 110 100110 0 1100001 1010100 1000 101100000 1011111 101111

Color Harmonies of #EA0626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0626

Black with #EA0626

Text Example


Text Example

White with #EA0626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0626; }

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

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

background-color css

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

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

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

border-color css

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

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

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