Html Css Color HEX #EB011F Torch Red

📋 copy color: '#EB011F'

red 235 ◦ green 1 ◦ blue 31

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

Shades of Torch Red #EB011F

Tints of Torch Red #EB011F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 31 (12.5% from 255) = 11.61%

R = 88.01%
G = 0.37%
B = 11.61%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EB011F (or 0xEB011F) is known color: Torch Red. HEX triplet: EB, 01 and 1F. RGB value is (235,1,31). Sum of RGB (Red+Green+Blue) = 235+1+31=267 (35% of max value = 765). Red value is 235 (92.19% from 255 or 88.01% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 235 - color contains mainly: red. Hex color #EB011F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB011F is #14FEE0. Grayscale: #4A4A4A. Windows color (decimal): -1375969 or 2032107. OLE color: 2032107.

HSL color Cylindrical-coordinate representation of color #EB011F: hue angle of 352.31º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB011F is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 1 31 -
CMYK 0 1.00 0.87 0.08
HSL 352.31º 0.99% 0.46% -
HSV(B) 352.31º 1% 0.92% -
XYZ 34.52 17.78 2.91 -
YUV 74.39 103.52 242.56 -
System Red Green Blue C M Y K H S L
Decimal 235 1 31 0 1.00 0.87 0.08 352.31 0.99 0.46
Hex EB 1 1F 0 64 57 8 160 63 2E
Octal 353 1 37 0 144 127 10 540 143 56
Binary 11101011 1 11111 0 1100100 1010111 1000 101100000 1100011 101110

Color Harmonies of #EB011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB011F

Black with #EB011F

Text Example


Text Example

White with #EB011F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB011F; }

 p { color: rgb(235,1,31); }

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

background-color css

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

 a { background-color: rgb(235,1,31); }

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

border-color css

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

 span { border-color: rgb(235,1,31); }

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