Html Css Color HEX #EA0D2C Torch Red

📋 copy color: '#EA0D2C'

red 234 ◦ green 13 ◦ blue 44

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

Shades of Torch Red #EA0D2C

Tints of Torch Red #EA0D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.12%

R = 80.41%
G = 4.47%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA0D2C (or 0xEA0D2C) is known color: Torch Red. HEX triplet: EA, 0D and 2C. RGB value is (234,13,44). Sum of RGB (Red+Green+Blue) = 234+13+44=291 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.41% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D2C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0D2C is #15F2D3. Grayscale: #525252. Windows color (decimal): -1438420 or 2887146. OLE color: 2887146.

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

Color convert

RGB 234 13 44 -
CMYK 0 0.94 0.81 0.08
HSL 351.58º 0.89% 0.48% -
HSV(B) 351.58º 0.94% 0.92% -
XYZ 34.53 17.96 4.03 -
YUV 82.61 106.22 235.98 -
System Red Green Blue C M Y K H S L
Decimal 234 13 44 0 0.94 0.81 0.08 351.58 0.89 0.48
Hex EA D 2C 0 5E 51 8 160 59 30
Octal 352 15 54 0 136 121 10 540 131 60
Binary 11101010 1101 101100 0 1011110 1010001 1000 101100000 1011001 110000

Color Harmonies of #EA0D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0D2C

Black with #EA0D2C

Text Example


Text Example

White with #EA0D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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