Html Css Color HEX #EA0927 Torch Red

📋 copy color: '#EA0927'

red 234 ◦ green 9 ◦ blue 39

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

Shades of Torch Red #EA0927

Tints of Torch Red #EA0927

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.19%

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

R = 82.98%
G = 3.19%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA0927 (or 0xEA0927) is known color: Torch Red. HEX triplet: EA, 09 and 27. RGB value is (234,9,39). Sum of RGB (Red+Green+Blue) = 234+9+39=282 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.98% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0927 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0927 is #15F6D8. Grayscale: #4F4F4F. Windows color (decimal): -1439449 or 2558442. OLE color: 2558442.

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

Color convert

RGB 234 9 39 -
CMYK 0 0.96 0.83 0.08
HSL 352º 0.93% 0.48% -
HSV(B) 352º 0.96% 0.92% -
XYZ 34.4 17.83 3.55 -
YUV 79.7 105.04 238.06 -
System Red Green Blue C M Y K H S L
Decimal 234 9 39 0 0.96 0.83 0.08 352 0.93 0.48
Hex EA 9 27 0 60 53 8 160 5D 30
Octal 352 11 47 0 140 123 10 540 135 60
Binary 11101010 1001 100111 0 1100000 1010011 1000 101100000 1011101 110000

Color Harmonies of #EA0927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0927

Black with #EA0927

Text Example


Text Example

White with #EA0927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0927; }

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

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

background-color css

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

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

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

border-color css

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

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

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