Html Css Color HEX #EA0723 Torch Red

📋 copy color: '#EA0723'

red 234 ◦ green 7 ◦ blue 35

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

Shades of Torch Red #EA0723

Tints of Torch Red #EA0723

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.54%

 BLUE value IS 35 (14.06% from 255) = 12.68%

R = 84.78%
G = 2.54%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA0723 (or 0xEA0723) is known color: Torch Red. HEX triplet: EA, 07 and 23. RGB value is (234,7,35). Sum of RGB (Red+Green+Blue) = 234+7+35=276 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.78% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0723 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0723 is #15F8DC. Grayscale: #4E4E4E. Windows color (decimal): -1439965 or 2295786. OLE color: 2295786.

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

Color convert

RGB 234 7 35 -
CMYK 0 0.97 0.85 0.08
HSL 352.6º 0.94% 0.47% -
HSV(B) 352.6º 0.97% 0.92% -
XYZ 34.31 17.77 3.21 -
YUV 78.07 103.71 239.22 -
System Red Green Blue C M Y K H S L
Decimal 234 7 35 0 0.97 0.85 0.08 352.6 0.94 0.47
Hex EA 7 23 0 61 55 8 161 5E 2F
Octal 352 7 43 0 141 125 10 541 136 57
Binary 11101010 111 100011 0 1100001 1010101 1000 101100001 1011110 101111

Color Harmonies of #EA0723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0723

Black with #EA0723

Text Example


Text Example

White with #EA0723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0723; }

 p { color: rgb(234,7,35); }

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

background-color css

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

 a { background-color: rgb(234,7,35); }

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

border-color css

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

 span { border-color: rgb(234,7,35); }

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