Html Css Color HEX #EB091E Torch Red

📋 copy color: '#EB091E'

red 235 ◦ green 9 ◦ blue 30

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

Shades of Torch Red #EB091E

Tints of Torch Red #EB091E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.28%

 BLUE value IS 30 (12.11% from 255) = 10.95%

R = 85.77%
G = 3.28%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EB091E (or 0xEB091E) is known color: Torch Red. HEX triplet: EB, 09 and 1E. RGB value is (235,9,30). Sum of RGB (Red+Green+Blue) = 235+9+30=274 (36% of max value = 765). Red value is 235 (92.19% from 255 or 85.77% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 235 - color contains mainly: red. Hex color #EB091E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB091E is #14F6E1. Grayscale: #4F4F4F. Windows color (decimal): -1373922 or 1968619. OLE color: 1968619.

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

Color convert

RGB 235 9 30 -
CMYK 0 0.96 0.87 0.08
HSL 354.42º 0.93% 0.48% -
HSV(B) 354.42º 0.96% 0.92% -
XYZ 34.59 17.95 2.87 -
YUV 78.97 100.37 239.29 -
System Red Green Blue C M Y K H S L
Decimal 235 9 30 0 0.96 0.87 0.08 354.42 0.93 0.48
Hex EB 9 1E 0 60 57 8 162 5D 30
Octal 353 11 36 0 140 127 10 542 135 60
Binary 11101011 1001 11110 0 1100000 1010111 1000 101100010 1011101 110000

Color Harmonies of #EB091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB091E

Black with #EB091E

Text Example


Text Example

White with #EB091E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB091E; }

 p { color: rgb(235,9,30); }

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

background-color css

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

 a { background-color: rgb(235,9,30); }

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

border-color css

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

 span { border-color: rgb(235,9,30); }

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