Html Css Color HEX #EA1326 Torch Red

📋 copy color: '#EA1326'

red 234 ◦ green 19 ◦ blue 38

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

Shades of Torch Red #EA1326

Tints of Torch Red #EA1326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.53%

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

R = 80.41%
G = 6.53%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA1326 (or 0xEA1326) is known color: Torch Red. HEX triplet: EA, 13 and 26. RGB value is (234,19,38). Sum of RGB (Red+Green+Blue) = 234+19+38=291 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.41% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1326 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1326 is #15ECD9. Grayscale: #555555. Windows color (decimal): -1436890 or 2495466. OLE color: 2495466.

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

Color convert

RGB 234 19 38 -
CMYK 0 0.92 0.84 0.08
HSL 354.7º 0.85% 0.5% -
HSV(B) 354.7º 0.92% 0.92% -
XYZ 34.51 18.1 3.51 -
YUV 85.45 101.23 233.96 -
System Red Green Blue C M Y K H S L
Decimal 234 19 38 0 0.92 0.84 0.08 354.7 0.85 0.5
Hex EA 13 26 0 5C 54 8 163 55 32
Octal 352 23 46 0 134 124 10 543 125 62
Binary 11101010 10011 100110 0 1011100 1010100 1000 101100011 1010101 110010

Color Harmonies of #EA1326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1326

Black with #EA1326

Text Example


Text Example

White with #EA1326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1326; }

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

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

background-color css

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

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

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

border-color css

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

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

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