Html Css Color HEX #EA0325 Torch Red

📋 copy color: '#EA0325'

red 234 ◦ green 3 ◦ blue 37

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

Shades of Torch Red #EA0325

Tints of Torch Red #EA0325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 37 (14.84% from 255) = 13.5%

R = 85.4%
G = 1.09%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA0325 (or 0xEA0325) is known color: Torch Red. HEX triplet: EA, 03 and 25. RGB value is (234,3,37). Sum of RGB (Red+Green+Blue) = 234+3+37=274 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.40% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0325 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0325 is #15FCDA. Grayscale: #4C4C4C. Windows color (decimal): -1440987 or 2425834. OLE color: 2425834.

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

Color convert

RGB 234 3 37 -
CMYK 0 0.99 0.84 0.08
HSL 351.17º 0.97% 0.46% -
HSV(B) 351.17º 0.99% 0.92% -
XYZ 34.3 17.69 3.36 -
YUV 75.95 106.03 240.74 -
System Red Green Blue C M Y K H S L
Decimal 234 3 37 0 0.99 0.84 0.08 351.17 0.97 0.46
Hex EA 3 25 0 63 54 8 15F 61 2E
Octal 352 3 45 0 143 124 10 537 141 56
Binary 11101010 11 100101 0 1100011 1010100 1000 101011111 1100001 101110

Color Harmonies of #EA0325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0325

Black with #EA0325

Text Example


Text Example

White with #EA0325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0325; }

 p { color: rgb(234,3,37); }

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

background-color css

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

 a { background-color: rgb(234,3,37); }

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

border-color css

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

 span { border-color: rgb(234,3,37); }

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