Html Css Color HEX #EA042B Torch Red

📋 copy color: '#EA042B'

red 234 ◦ green 4 ◦ blue 43

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

Shades of Torch Red #EA042B

Tints of Torch Red #EA042B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

 BLUE value IS 43 (17.19% from 255) = 15.3%

R = 83.27%
G = 1.42%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA042B (or 0xEA042B) is known color: Torch Red. HEX triplet: EA, 04 and 2B. RGB value is (234,4,43). Sum of RGB (Red+Green+Blue) = 234+4+43=281 (37% of max value = 765). Red value is 234 (91.80% from 255 or 83.27% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 234 - color contains mainly: red. Hex color #EA042B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA042B is #15FBD4. Grayscale: #4D4D4D. Windows color (decimal): -1440725 or 2819306. OLE color: 2819306.

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

Color convert

RGB 234 4 43 -
CMYK 0 0.98 0.82 0.08
HSL 349.83º 0.97% 0.47% -
HSV(B) 349.83º 0.98% 0.92% -
XYZ 34.41 17.75 3.9 -
YUV 77.22 108.7 239.83 -
System Red Green Blue C M Y K H S L
Decimal 234 4 43 0 0.98 0.82 0.08 349.83 0.97 0.47
Hex EA 4 2B 0 62 52 8 15E 61 2F
Octal 352 4 53 0 142 122 10 536 141 57
Binary 11101010 100 101011 0 1100010 1010010 1000 101011110 1100001 101111

Color Harmonies of #EA042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA042B

Black with #EA042B

Text Example


Text Example

White with #EA042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA042B; }

 p { color: rgb(234,4,43); }

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

background-color css

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

 a { background-color: rgb(234,4,43); }

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

border-color css

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

 span { border-color: rgb(234,4,43); }

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