Html Css Color HEX #EA0832 Torch Red

📋 copy color: '#EA0832'

red 234 ◦ green 8 ◦ blue 50

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

Shades of Torch Red #EA0832

Tints of Torch Red #EA0832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.74%

 BLUE value IS 50 (19.92% from 255) = 17.12%

R = 80.14%
G = 2.74%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA0832 (or 0xEA0832) is known color: Torch Red. HEX triplet: EA, 08 and 32. RGB value is (234,8,50). Sum of RGB (Red+Green+Blue) = 234+8+50=292 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.14% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0832 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0832 is #15F7CD. Grayscale: #505050. Windows color (decimal): -1439694 or 3279082. OLE color: 3279082.

HSL color Cylindrical-coordinate representation of color #EA0832: hue angle of 348.85º degrees, saturation: 0.93, 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 #EA0832 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 8 50 -
CMYK 0 0.97 0.79 0.08
HSL 348.85º 0.93% 0.47% -
HSV(B) 348.85º 0.97% 0.92% -
XYZ 34.59 17.9 4.65 -
YUV 80.36 110.87 237.58 -
System Red Green Blue C M Y K H S L
Decimal 234 8 50 0 0.97 0.79 0.08 348.85 0.93 0.47
Hex EA 8 32 0 61 4F 8 15D 5D 2F
Octal 352 10 62 0 141 117 10 535 135 57
Binary 11101010 1000 110010 0 1100001 1001111 1000 101011101 1011101 101111

Color Harmonies of #EA0832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0832

Black with #EA0832

Text Example


Text Example

White with #EA0832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0832; }

 p { color: rgb(234,8,50); }

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

background-color css

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

 a { background-color: rgb(234,8,50); }

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

border-color css

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

 span { border-color: rgb(234,8,50); }

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