Html Css Color HEX #EB0130 Torch Red

📋 copy color: '#EB0130'

red 235 ◦ green 1 ◦ blue 48

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

Shades of Torch Red #EB0130

Tints of Torch Red #EB0130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.9%

R = 82.75%
G = 0.35%
B = 16.9%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EB0130 (or 0xEB0130) is known color: Torch Red. HEX triplet: EB, 01 and 30. RGB value is (235,1,48). Sum of RGB (Red+Green+Blue) = 235+1+48=284 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.75% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0130 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0130 is #14FECF. Grayscale: #4C4C4C. Windows color (decimal): -1375952 or 3146219. OLE color: 3146219.

HSL color Cylindrical-coordinate representation of color #EB0130: hue angle of 347.95º 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 #EB0130 is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 1 48 -
CMYK 0 1.00 0.80 0.08
HSL 347.95º 0.99% 0.46% -
HSV(B) 347.95º 1% 0.92% -
XYZ 34.81 17.9 4.42 -
YUV 76.32 112.02 241.18 -
System Red Green Blue C M Y K H S L
Decimal 235 1 48 0 1.00 0.80 0.08 347.95 0.99 0.46
Hex EB 1 30 0 64 50 8 15C 63 2E
Octal 353 1 60 0 144 120 10 534 143 56
Binary 11101011 1 110000 0 1100100 1010000 1000 101011100 1100011 101110

Color Harmonies of #EB0130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0130

Black with #EB0130

Text Example


Text Example

White with #EB0130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0130; }

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

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

background-color css

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

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

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

border-color css

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

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

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