Html Css Color HEX #EA022D Torch Red

📋 copy color: '#EA022D'

red 234 ◦ green 2 ◦ blue 45

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

Shades of Torch Red #EA022D

Tints of Torch Red #EA022D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 45 (17.97% from 255) = 16.01%

R = 83.27%
G = 0.71%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA022D (or 0xEA022D) is known color: Torch Red. HEX triplet: EA, 02 and 2D. RGB value is (234,2,45). Sum of RGB (Red+Green+Blue) = 234+2+45=281 (37% of max value = 765). Red value is 234 (91.80% from 255 or 83.27% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 234 - color contains mainly: red. Hex color #EA022D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA022D is #15FDD2. Grayscale: #4C4C4C. Windows color (decimal): -1441235 or 2949866. OLE color: 2949866.

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

Color convert

RGB 234 2 45 -
CMYK 0 0.99 0.81 0.08
HSL 348.88º 0.98% 0.46% -
HSV(B) 348.88º 0.99% 0.92% -
XYZ 34.43 17.73 4.09 -
YUV 76.27 110.36 240.5 -
System Red Green Blue C M Y K H S L
Decimal 234 2 45 0 0.99 0.81 0.08 348.88 0.98 0.46
Hex EA 2 2D 0 63 51 8 15D 62 2E
Octal 352 2 55 0 143 121 10 535 142 56
Binary 11101010 10 101101 0 1100011 1010001 1000 101011101 1100010 101110

Color Harmonies of #EA022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA022D

Black with #EA022D

Text Example


Text Example

White with #EA022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA022D; }

 p { color: rgb(234,2,45); }

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

background-color css

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

 a { background-color: rgb(234,2,45); }

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

border-color css

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

 span { border-color: rgb(234,2,45); }

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