Html Css Color HEX #EA032B Torch Red

📋 copy color: '#EA032B'

red 234 ◦ green 3 ◦ blue 43

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

Shades of Torch Red #EA032B

Tints of Torch Red #EA032B

RGB

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

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

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

R = 83.57%
G = 1.07%
B = 15.36%

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

#EA032B (or 0xEA032B) is known color: Torch Red. HEX triplet: EA, 03 and 2B. RGB value is (234,3,43). Sum of RGB (Red+Green+Blue) = 234+3+43=280 (37% of max value = 765). Red value is 234 (91.80% from 255 or 83.57% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 234 - color contains mainly: red. Hex color #EA032B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA032B is #15FCD4. Grayscale: #4C4C4C. Windows color (decimal): -1440981 or 2819050. OLE color: 2819050.

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

Color convert

RGB 234 3 43 -
CMYK 0 0.99 0.82 0.08
HSL 349.61º 0.97% 0.46% -
HSV(B) 349.61º 0.99% 0.92% -
XYZ 34.4 17.73 3.9 -
YUV 76.63 109.03 240.25 -
System Red Green Blue C M Y K H S L
Decimal 234 3 43 0 0.99 0.82 0.08 349.61 0.97 0.46
Hex EA 3 2B 0 63 52 8 15E 61 2E
Octal 352 3 53 0 143 122 10 536 141 56
Binary 11101010 11 101011 0 1100011 1010010 1000 101011110 1100001 101110

Color Harmonies of #EA032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA032B

Black with #EA032B

Text Example


Text Example

White with #EA032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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