Html Css Color HEX #EA0426 Torch Red

📋 copy color: '#EA0426'

red 234 ◦ green 4 ◦ blue 38

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

Shades of Torch Red #EA0426

Tints of Torch Red #EA0426

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

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

R = 84.78%
G = 1.45%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA0426 (or 0xEA0426) is known color: Torch Red. HEX triplet: EA, 04 and 26. RGB value is (234,4,38). Sum of RGB (Red+Green+Blue) = 234+4+38=276 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.78% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0426 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0426 is #15FBD9. Grayscale: #4C4C4C. Windows color (decimal): -1440730 or 2491626. OLE color: 2491626.

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

Color convert

RGB 234 4 38 -
CMYK 0 0.98 0.84 0.08
HSL 351.13º 0.97% 0.47% -
HSV(B) 351.13º 0.98% 0.92% -
XYZ 34.32 17.72 3.44 -
YUV 76.65 106.2 240.24 -
System Red Green Blue C M Y K H S L
Decimal 234 4 38 0 0.98 0.84 0.08 351.13 0.97 0.47
Hex EA 4 26 0 62 54 8 15F 61 2F
Octal 352 4 46 0 142 124 10 537 141 57
Binary 11101010 100 100110 0 1100010 1010100 1000 101011111 1100001 101111

Color Harmonies of #EA0426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0426

Black with #EA0426

Text Example


Text Example

White with #EA0426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0426; }

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

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

background-color css

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

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

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

border-color css

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

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

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