Html Css Color HEX #EA0F2A Torch Red

📋 copy color: '#EA0F2A'

red 234 ◦ green 15 ◦ blue 42

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

Shades of Torch Red #EA0F2A

Tints of Torch Red #EA0F2A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.15%

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

R = 80.41%
G = 5.15%
B = 14.43%

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

#EA0F2A (or 0xEA0F2A) is known color: Torch Red. HEX triplet: EA, 0F and 2A. RGB value is (234,15,42). Sum of RGB (Red+Green+Blue) = 234+15+42=291 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.41% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0F2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0F2A is #15F0D5. Grayscale: #535353. Windows color (decimal): -1437910 or 2756586. OLE color: 2756586.

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

Color convert

RGB 234 15 42 -
CMYK 0 0.94 0.82 0.08
HSL 352.6º 0.88% 0.49% -
HSV(B) 352.6º 0.94% 0.92% -
XYZ 34.52 18 3.85 -
YUV 83.56 104.55 235.3 -
System Red Green Blue C M Y K H S L
Decimal 234 15 42 0 0.94 0.82 0.08 352.6 0.88 0.49
Hex EA F 2A 0 5E 52 8 161 58 31
Octal 352 17 52 0 136 122 10 541 130 61
Binary 11101010 1111 101010 0 1011110 1010010 1000 101100001 1011000 110001

Color Harmonies of #EA0F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0F2A

Black with #EA0F2A

Text Example


Text Example

White with #EA0F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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