Html Css Color HEX #EA0627 Torch Red

📋 copy color: '#EA0627'

red 234 ◦ green 6 ◦ blue 39

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

Shades of Torch Red #EA0627

Tints of Torch Red #EA0627

RGB

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

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

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

R = 83.87%
G = 2.15%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA0627 (or 0xEA0627) is known color: Torch Red. HEX triplet: EA, 06 and 27. RGB value is (234,6,39). Sum of RGB (Red+Green+Blue) = 234+6+39=279 (36% of max value = 765). Red value is 234 (91.80% from 255 or 83.87% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0627 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0627 is #15F9D8. Grayscale: #4E4E4E. Windows color (decimal): -1440217 or 2557674. OLE color: 2557674.

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

Color convert

RGB 234 6 39 -
CMYK 0 0.97 0.83 0.08
HSL 351.32º 0.95% 0.47% -
HSV(B) 351.32º 0.97% 0.92% -
XYZ 34.36 17.77 3.54 -
YUV 77.93 106.04 239.32 -
System Red Green Blue C M Y K H S L
Decimal 234 6 39 0 0.97 0.83 0.08 351.32 0.95 0.47
Hex EA 6 27 0 61 53 8 15F 5F 2F
Octal 352 6 47 0 141 123 10 537 137 57
Binary 11101010 110 100111 0 1100001 1010011 1000 101011111 1011111 101111

Color Harmonies of #EA0627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0627

Black with #EA0627

Text Example


Text Example

White with #EA0627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0627; }

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

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

background-color css

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

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

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

border-color css

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

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

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