Html Css Color HEX #EA032A Torch Red

📋 copy color: '#EA032A'

red 234 ◦ green 3 ◦ blue 42

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

Shades of Torch Red #EA032A

Tints of Torch Red #EA032A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.05%

R = 83.87%
G = 1.08%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA032A (or 0xEA032A) is known color: Torch Red. HEX triplet: EA, 03 and 2A. RGB value is (234,3,42). Sum of RGB (Red+Green+Blue) = 234+3+42=279 (36% of max value = 765). Red value is 234 (91.80% from 255 or 83.87% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 234 - color contains mainly: red. Hex color #EA032A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA032A is #15FCD5. Grayscale: #4C4C4C. Windows color (decimal): -1440982 or 2753514. OLE color: 2753514.

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

Color convert

RGB 234 3 42 -
CMYK 0 0.99 0.82 0.08
HSL 349.87º 0.97% 0.46% -
HSV(B) 349.87º 0.99% 0.92% -
XYZ 34.38 17.72 3.8 -
YUV 76.52 108.53 240.33 -
System Red Green Blue C M Y K H S L
Decimal 234 3 42 0 0.99 0.82 0.08 349.87 0.97 0.46
Hex EA 3 2A 0 63 52 8 15E 61 2E
Octal 352 3 52 0 143 122 10 536 141 56
Binary 11101010 11 101010 0 1100011 1010010 1000 101011110 1100001 101110

Color Harmonies of #EA032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA032A

Black with #EA032A

Text Example


Text Example

White with #EA032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA032A; }

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

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

background-color css

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

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

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

border-color css

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

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

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