Html Css Color HEX #EB021A Torch Red

📋 copy color: '#EB021A'

red 235 ◦ green 2 ◦ blue 26

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

Shades of Torch Red #EB021A

Tints of Torch Red #EB021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 89.35%
G = 0.76%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB021A (or 0xEB021A) is known color: Torch Red. HEX triplet: EB, 02 and 1A. RGB value is (235,2,26). Sum of RGB (Red+Green+Blue) = 235+2+26=263 (34% of max value = 765). Red value is 235 (92.19% from 255 or 89.35% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 235 - color contains mainly: red. Hex color #EB021A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB021A is #14FDE5. Grayscale: #4A4A4A. Windows color (decimal): -1375718 or 1704683. OLE color: 1704683.

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

Color convert

RGB 235 2 26 -
CMYK 0 0.99 0.89 0.08
HSL 353.82º 0.98% 0.46% -
HSV(B) 353.82º 0.99% 0.92% -
XYZ 34.47 17.78 2.59 -
YUV 74.4 100.69 242.55 -
System Red Green Blue C M Y K H S L
Decimal 235 2 26 0 0.99 0.89 0.08 353.82 0.98 0.46
Hex EB 2 1A 0 63 59 8 162 62 2E
Octal 353 2 32 0 143 131 10 542 142 56
Binary 11101011 10 11010 0 1100011 1011001 1000 101100010 1100010 101110

Color Harmonies of #EB021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB021A

Black with #EB021A

Text Example


Text Example

White with #EB021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB021A; }

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

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

background-color css

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

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

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

border-color css

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

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

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