Html Css Color HEX #EA0527 Torch Red

📋 copy color: '#EA0527'

red 234 ◦ green 5 ◦ blue 39

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

Shades of Torch Red #EA0527

Tints of Torch Red #EA0527

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.8%

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

R = 84.17%
G = 1.8%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA0527 (or 0xEA0527) is known color: Torch Red. HEX triplet: EA, 05 and 27. RGB value is (234,5,39). Sum of RGB (Red+Green+Blue) = 234+5+39=278 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.17% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0527 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0527 is #15FAD8. Grayscale: #4D4D4D. Windows color (decimal): -1440473 or 2557418. OLE color: 2557418.

HSL color Cylindrical-coordinate representation of color #EA0527: hue angle of 351.09º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA0527 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 5 39 -
CMYK 0 0.98 0.83 0.08
HSL 351.09º 0.96% 0.47% -
HSV(B) 351.09º 0.98% 0.92% -
XYZ 34.35 17.75 3.53 -
YUV 77.35 106.37 239.74 -
System Red Green Blue C M Y K H S L
Decimal 234 5 39 0 0.98 0.83 0.08 351.09 0.96 0.47
Hex EA 5 27 0 62 53 8 15F 60 2F
Octal 352 5 47 0 142 123 10 537 140 57
Binary 11101010 101 100111 0 1100010 1010011 1000 101011111 1100000 101111

Color Harmonies of #EA0527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0527

Black with #EA0527

Text Example


Text Example

White with #EA0527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0527; }

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

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

background-color css

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

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

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

border-color css

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

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

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