Html Css Color HEX #EB0F2E Torch Red

📋 copy color: '#EB0F2E'

red 235 ◦ green 15 ◦ blue 46

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

Shades of Torch Red #EB0F2E

Tints of Torch Red #EB0F2E

RGB

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

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

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

R = 79.39%
G = 5.07%
B = 15.54%

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

#EB0F2E (or 0xEB0F2E) is known color: Torch Red. HEX triplet: EB, 0F and 2E. RGB value is (235,15,46). Sum of RGB (Red+Green+Blue) = 235+15+46=296 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.39% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F2E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0F2E is #14F0D1. Grayscale: #545454. Windows color (decimal): -1372370 or 3018731. OLE color: 3018731.

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

Color convert

RGB 235 15 46 -
CMYK 0 0.94 0.80 0.08
HSL 351.55º 0.88% 0.49% -
HSV(B) 351.55º 0.94% 0.92% -
XYZ 34.92 18.2 4.26 -
YUV 84.31 106.39 235.48 -
System Red Green Blue C M Y K H S L
Decimal 235 15 46 0 0.94 0.80 0.08 351.55 0.88 0.49
Hex EB F 2E 0 5E 50 8 160 58 31
Octal 353 17 56 0 136 120 10 540 130 61
Binary 11101011 1111 101110 0 1011110 1010000 1000 101100000 1011000 110001

Color Harmonies of #EB0F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0F2E

Black with #EB0F2E

Text Example


Text Example

White with #EB0F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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