Html Css Color HEX #EA0127 Torch Red

📋 copy color: '#EA0127'

red 234 ◦ green 1 ◦ blue 39

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

Shades of Torch Red #EA0127

Tints of Torch Red #EA0127

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 39 (15.63% from 255) = 14.23%

R = 85.4%
G = 0.36%
B = 14.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA0127 (or 0xEA0127) is known color: Torch Red. HEX triplet: EA, 01 and 27. RGB value is (234,1,39). Sum of RGB (Red+Green+Blue) = 234+1+39=274 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.40% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0127 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0127 is #15FED8. Grayscale: #4B4B4B. Windows color (decimal): -1441497 or 2556394. OLE color: 2556394.

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

Color convert

RGB 234 1 39 -
CMYK 0 1.00 0.83 0.08
HSL 350.21º 0.99% 0.46% -
HSV(B) 350.21º 1% 0.92% -
XYZ 34.31 17.66 3.52 -
YUV 75 107.69 241.41 -
System Red Green Blue C M Y K H S L
Decimal 234 1 39 0 1.00 0.83 0.08 350.21 0.99 0.46
Hex EA 1 27 0 64 53 8 15E 63 2E
Octal 352 1 47 0 144 123 10 536 143 56
Binary 11101010 1 100111 0 1100100 1010011 1000 101011110 1100011 101110

Color Harmonies of #EA0127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0127

Black with #EA0127

Text Example


Text Example

White with #EA0127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0127; }

 p { color: rgb(234,1,39); }

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

background-color css

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

 a { background-color: rgb(234,1,39); }

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

border-color css

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

 span { border-color: rgb(234,1,39); }

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