Html Css Color HEX #EB001A Torch Red

📋 copy color: '#EB001A'

red 235 ◦ green 0 ◦ blue 26

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

Shades of Torch Red #EB001A

Tints of Torch Red #EB001A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.04%
G = 0%
B = 9.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB001A (or 0xEB001A) is known color: Torch Red. HEX triplet: EB, 00 and 1A. RGB value is (235,0,26). Sum of RGB (Red+Green+Blue) = 235+0+26=261 (34% of max value = 765). Red value is 235 (92.19% from 255 or 90.04% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 235 - color contains mainly: red. Hex color #EB001A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB001A is #14FFE5. Grayscale: #494949. Windows color (decimal): -1376230 or 1704171. OLE color: 1704171.

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

Color convert

RGB 235 0 26 -
CMYK 0 1 0.89 0.08
HSL 353.36º 1% 0.46% -
HSV(B) 353.36º 1% 0.92% -
XYZ 34.45 17.74 2.59 -
YUV 73.23 101.36 243.39 -
System Red Green Blue C M Y K H S L
Decimal 235 0 26 0 1 0.89 0.08 353.36 1 0.46
Hex EB 0 1A 0 64 59 8 161 64 2E
Octal 353 0 32 0 144 131 10 541 144 56
Binary 11101011 0 11010 0 1100100 1011001 1000 101100001 1100100 101110

Color Harmonies of #EB001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB001A

Black with #EB001A

Text Example


Text Example

White with #EB001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB001A; }

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

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

background-color css

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

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

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

border-color css

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

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

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