Html Css Color HEX #EA062B Torch Red

📋 copy color: '#EA062B'

red 234 ◦ green 6 ◦ blue 43

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

Shades of Torch Red #EA062B

Tints of Torch Red #EA062B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.12%

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

R = 82.69%
G = 2.12%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA062B (or 0xEA062B) is known color: Torch Red. HEX triplet: EA, 06 and 2B. RGB value is (234,6,43). Sum of RGB (Red+Green+Blue) = 234+6+43=283 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.69% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 234 - color contains mainly: red. Hex color #EA062B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA062B is #15F9D4. Grayscale: #4E4E4E. Windows color (decimal): -1440213 or 2819818. OLE color: 2819818.

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

Color convert

RGB 234 6 43 -
CMYK 0 0.97 0.82 0.08
HSL 350.26º 0.95% 0.47% -
HSV(B) 350.26º 0.97% 0.92% -
XYZ 34.43 17.8 3.91 -
YUV 78.39 108.04 238.99 -
System Red Green Blue C M Y K H S L
Decimal 234 6 43 0 0.97 0.82 0.08 350.26 0.95 0.47
Hex EA 6 2B 0 61 52 8 15E 5F 2F
Octal 352 6 53 0 141 122 10 536 137 57
Binary 11101010 110 101011 0 1100001 1010010 1000 101011110 1011111 101111

Color Harmonies of #EA062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA062B

Black with #EA062B

Text Example


Text Example

White with #EA062B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA062B; }

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

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

background-color css

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

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

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

border-color css

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

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

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