Html Css Color HEX #EA0031 Torch Red

📋 copy color: '#EA0031'

red 234 ◦ green 0 ◦ blue 49

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

Shades of Torch Red #EA0031

Tints of Torch Red #EA0031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 49 (19.53% from 255) = 17.31%

R = 82.69%
G = 0%
B = 17.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA0031 (or 0xEA0031) is known color: Torch Red. HEX triplet: EA, 00 and 31. RGB value is (234,0,49). Sum of RGB (Red+Green+Blue) = 234+0+49=283 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.69% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0031 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0031 is #15FFCE. Grayscale: #4B4B4B. Windows color (decimal): -1441743 or 3211498. OLE color: 3211498.

HSL color Cylindrical-coordinate representation of color #EA0031: hue angle of 347.44º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0031 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 0 49 -
CMYK 0 1 0.79 0.08
HSL 347.44º 1% 0.46% -
HSV(B) 347.44º 1% 0.92% -
XYZ 34.49 17.71 4.51 -
YUV 75.55 113.02 241.02 -
System Red Green Blue C M Y K H S L
Decimal 234 0 49 0 1 0.79 0.08 347.44 1 0.46
Hex EA 0 31 0 64 4F 8 15B 64 2E
Octal 352 0 61 0 144 117 10 533 144 56
Binary 11101010 0 110001 0 1100100 1001111 1000 101011011 1100100 101110

Color Harmonies of #EA0031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0031

Black with #EA0031

Text Example


Text Example

White with #EA0031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0031; }

 p { color: rgb(234,0,49); }

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

background-color css

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

 a { background-color: rgb(234,0,49); }

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

border-color css

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

 span { border-color: rgb(234,0,49); }

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