Html Css Color HEX #EA002A Torch Red

📋 copy color: '#EA002A'

red 234 ◦ green 0 ◦ blue 42

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

Shades of Torch Red #EA002A

Tints of Torch Red #EA002A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.78%
G = 0%
B = 15.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA002A (or 0xEA002A) is known color: Torch Red. HEX triplet: EA, 00 and 2A. RGB value is (234,0,42). Sum of RGB (Red+Green+Blue) = 234+0+42=276 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.78% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 234 - color contains mainly: red. Hex color #EA002A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA002A is #15FFD5. Grayscale: #4A4A4A. Windows color (decimal): -1441750 or 2752746. OLE color: 2752746.

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

Color convert

RGB 234 0 42 -
CMYK 0 1 0.82 0.08
HSL 349.23º 1% 0.46% -
HSV(B) 349.23º 1% 0.92% -
XYZ 34.35 17.66 3.79 -
YUV 74.75 109.52 241.58 -
System Red Green Blue C M Y K H S L
Decimal 234 0 42 0 1 0.82 0.08 349.23 1 0.46
Hex EA 0 2A 0 64 52 8 15D 64 2E
Octal 352 0 52 0 144 122 10 535 144 56
Binary 11101010 0 101010 0 1100100 1010010 1000 101011101 1100100 101110

Color Harmonies of #EA002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA002A

Black with #EA002A

Text Example


Text Example

White with #EA002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA002A; }

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

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

background-color css

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

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

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

border-color css

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

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

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