Html Css Color HEX #EA0326 Torch Red

📋 copy color: '#EA0326'

red 234 ◦ green 3 ◦ blue 38

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

Shades of Torch Red #EA0326

Tints of Torch Red #EA0326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 85.09%
G = 1.09%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA0326 (or 0xEA0326) is known color: Torch Red. HEX triplet: EA, 03 and 26. RGB value is (234,3,38). Sum of RGB (Red+Green+Blue) = 234+3+38=275 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.09% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0326 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0326 is #15FCD9. Grayscale: #4C4C4C. Windows color (decimal): -1440986 or 2491370. OLE color: 2491370.

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

Color convert

RGB 234 3 38 -
CMYK 0 0.99 0.84 0.08
HSL 350.91º 0.97% 0.46% -
HSV(B) 350.91º 0.99% 0.92% -
XYZ 34.31 17.7 3.44 -
YUV 76.06 106.53 240.65 -
System Red Green Blue C M Y K H S L
Decimal 234 3 38 0 0.99 0.84 0.08 350.91 0.97 0.46
Hex EA 3 26 0 63 54 8 15F 61 2E
Octal 352 3 46 0 143 124 10 537 141 56
Binary 11101010 11 100110 0 1100011 1010100 1000 101011111 1100001 101110

Color Harmonies of #EA0326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0326

Black with #EA0326

Text Example


Text Example

White with #EA0326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0326; }

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

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

background-color css

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

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

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

border-color css

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

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

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