Html Css Color HEX #EB0E2E Torch Red

📋 copy color: '#EB0E2E'

red 235 ◦ green 14 ◦ blue 46

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

Shades of Torch Red #EB0E2E

Tints of Torch Red #EB0E2E

RGB

 RED value IS 235 (92.19% from 255) = 79.66%

 GREEN value IS 14 (5.86% from 255) = 4.75%

 BLUE value IS 46 (18.36% from 255) = 15.59%

R = 79.66%
G = 4.75%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EB0E2E (or 0xEB0E2E) is known color: Torch Red. HEX triplet: EB, 0E and 2E. RGB value is (235,14,46). Sum of RGB (Red+Green+Blue) = 235+14+46=295 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.66% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0E2E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0E2E is #14F1D1. Grayscale: #535353. Windows color (decimal): -1372626 or 3018475. OLE color: 3018475.

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

Color convert

RGB 235 14 46 -
CMYK 0 0.94 0.80 0.08
HSL 351.31º 0.89% 0.49% -
HSV(B) 351.31º 0.94% 0.92% -
XYZ 34.91 18.17 4.25 -
YUV 83.73 106.72 235.9 -
System Red Green Blue C M Y K H S L
Decimal 235 14 46 0 0.94 0.80 0.08 351.31 0.89 0.49
Hex EB E 2E 0 5E 50 8 15F 59 31
Octal 353 16 56 0 136 120 10 537 131 61
Binary 11101011 1110 101110 0 1011110 1010000 1000 101011111 1011001 110001

Color Harmonies of #EB0E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0E2E

Black with #EB0E2E

Text Example


Text Example

White with #EB0E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0E2E; }

 p { color: rgb(235,14,46); }

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

background-color css

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

 a { background-color: rgb(235,14,46); }

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

border-color css

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

 span { border-color: rgb(235,14,46); }

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