Html Css Color HEX #EB051A Torch Red

📋 copy color: '#EB051A'

red 235 ◦ green 5 ◦ blue 26

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

Shades of Torch Red #EB051A

Tints of Torch Red #EB051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.88%

 BLUE value IS 26 (10.55% from 255) = 9.77%

R = 88.35%
G = 1.88%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB051A (or 0xEB051A) is known color: Torch Red. HEX triplet: EB, 05 and 1A. RGB value is (235,5,26). Sum of RGB (Red+Green+Blue) = 235+5+26=266 (35% of max value = 765). Red value is 235 (92.19% from 255 or 88.35% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 235 - color contains mainly: red. Hex color #EB051A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB051A is #14FAE5. Grayscale: #4C4C4C. Windows color (decimal): -1374950 or 1705451. OLE color: 1705451.

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

Color convert

RGB 235 5 26 -
CMYK 0 0.98 0.89 0.08
HSL 354.52º 0.96% 0.47% -
HSV(B) 354.52º 0.98% 0.92% -
XYZ 34.5 17.85 2.6 -
YUV 76.16 99.7 241.29 -
System Red Green Blue C M Y K H S L
Decimal 235 5 26 0 0.98 0.89 0.08 354.52 0.96 0.47
Hex EB 5 1A 0 62 59 8 163 60 2F
Octal 353 5 32 0 142 131 10 543 140 57
Binary 11101011 101 11010 0 1100010 1011001 1000 101100011 1100000 101111

Color Harmonies of #EB051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB051A

Black with #EB051A

Text Example


Text Example

White with #EB051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB051A; }

 p { color: rgb(235,5,26); }

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

background-color css

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

 a { background-color: rgb(235,5,26); }

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

border-color css

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

 span { border-color: rgb(235,5,26); }

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