Html Css Color HEX #EA0D2A Torch Red

📋 copy color: '#EA0D2A'

red 234 ◦ green 13 ◦ blue 42

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

Shades of Torch Red #EA0D2A

Tints of Torch Red #EA0D2A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.5%

 BLUE value IS 42 (16.8% from 255) = 14.53%

R = 80.97%
G = 4.5%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA0D2A (or 0xEA0D2A) is known color: Torch Red. HEX triplet: EA, 0D and 2A. RGB value is (234,13,42). Sum of RGB (Red+Green+Blue) = 234+13+42=289 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.97% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0D2A is #15F2D5. Grayscale: #525252. Windows color (decimal): -1438422 or 2756074. OLE color: 2756074.

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

Color convert

RGB 234 13 42 -
CMYK 0 0.94 0.82 0.08
HSL 352.13º 0.89% 0.48% -
HSV(B) 352.13º 0.94% 0.92% -
XYZ 34.49 17.95 3.84 -
YUV 82.39 105.22 236.14 -
System Red Green Blue C M Y K H S L
Decimal 234 13 42 0 0.94 0.82 0.08 352.13 0.89 0.48
Hex EA D 2A 0 5E 52 8 160 59 30
Octal 352 15 52 0 136 122 10 540 131 60
Binary 11101010 1101 101010 0 1011110 1010010 1000 101100000 1011001 110000

Color Harmonies of #EA0D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0D2A

Black with #EA0D2A

Text Example


Text Example

White with #EA0D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0D2A; }

 p { color: rgb(234,13,42); }

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

background-color css

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

 a { background-color: rgb(234,13,42); }

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

border-color css

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

 span { border-color: rgb(234,13,42); }

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