Html Css Color HEX #EA021D Torch Red

📋 copy color: '#EA021D'

red 234 ◦ green 2 ◦ blue 29

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

Shades of Torch Red #EA021D

Tints of Torch Red #EA021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.94%

R = 88.3%
G = 0.75%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA021D (or 0xEA021D) is known color: Torch Red. HEX triplet: EA, 02 and 1D. RGB value is (234,2,29). Sum of RGB (Red+Green+Blue) = 234+2+29=265 (35% of max value = 765). Red value is 234 (91.80% from 255 or 88.30% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 234 - color contains mainly: red. Hex color #EA021D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA021D is #15FDE2. Grayscale: #4A4A4A. Windows color (decimal): -1441251 or 1901290. OLE color: 1901290.

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

Color convert

RGB 234 2 29 -
CMYK 0 0.99 0.88 0.08
HSL 353.02º 0.98% 0.46% -
HSV(B) 353.02º 0.99% 0.92% -
XYZ 34.18 17.62 2.76 -
YUV 74.45 102.36 241.8 -
System Red Green Blue C M Y K H S L
Decimal 234 2 29 0 0.99 0.88 0.08 353.02 0.98 0.46
Hex EA 2 1D 0 63 58 8 161 62 2E
Octal 352 2 35 0 143 130 10 541 142 56
Binary 11101010 10 11101 0 1100011 1011000 1000 101100001 1100010 101110

Color Harmonies of #EA021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA021D

Black with #EA021D

Text Example


Text Example

White with #EA021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA021D; }

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

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

background-color css

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

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

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

border-color css

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

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

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