Html Css Color HEX #EA0227 Torch Red

📋 copy color: '#EA0227'

red 234 ◦ green 2 ◦ blue 39

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

Shades of Torch Red #EA0227

Tints of Torch Red #EA0227

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

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

R = 85.09%
G = 0.73%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA0227 (or 0xEA0227) is known color: Torch Red. HEX triplet: EA, 02 and 27. RGB value is (234,2,39). Sum of RGB (Red+Green+Blue) = 234+2+39=275 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.09% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0227 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0227 is #15FDD8. Grayscale: #4B4B4B. Windows color (decimal): -1441241 or 2556650. OLE color: 2556650.

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

Color convert

RGB 234 2 39 -
CMYK 0 0.99 0.83 0.08
HSL 350.43º 0.98% 0.46% -
HSV(B) 350.43º 0.99% 0.92% -
XYZ 34.32 17.68 3.52 -
YUV 75.59 107.36 240.99 -
System Red Green Blue C M Y K H S L
Decimal 234 2 39 0 0.99 0.83 0.08 350.43 0.98 0.46
Hex EA 2 27 0 63 53 8 15E 62 2E
Octal 352 2 47 0 143 123 10 536 142 56
Binary 11101010 10 100111 0 1100011 1010011 1000 101011110 1100010 101110

Color Harmonies of #EA0227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0227

Black with #EA0227

Text Example


Text Example

White with #EA0227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0227; }

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

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

background-color css

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

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

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

border-color css

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

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

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