Html Css Color HEX #EB0030 Torch Red

📋 copy color: '#EB0030'

red 235 ◦ green 0 ◦ blue 48

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

Shades of Torch Red #EB0030

Tints of Torch Red #EB0030

RGB

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

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

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

R = 83.04%
G = 0%
B = 16.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EB0030 (or 0xEB0030) is known color: Torch Red. HEX triplet: EB, 00 and 30. RGB value is (235,0,48). Sum of RGB (Red+Green+Blue) = 235+0+48=283 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.04% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0030 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0030 is #14FFCF. Grayscale: #4B4B4B. Windows color (decimal): -1376208 or 3145963. OLE color: 3145963.

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

Color convert

RGB 235 0 48 -
CMYK 0 1 0.80 0.08
HSL 347.74º 1% 0.46% -
HSV(B) 347.74º 1% 0.92% -
XYZ 34.79 17.88 4.41 -
YUV 75.74 112.36 241.6 -
System Red Green Blue C M Y K H S L
Decimal 235 0 48 0 1 0.80 0.08 347.74 1 0.46
Hex EB 0 30 0 64 50 8 15C 64 2E
Octal 353 0 60 0 144 120 10 534 144 56
Binary 11101011 0 110000 0 1100100 1010000 1000 101011100 1100100 101110

Color Harmonies of #EB0030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0030

Black with #EB0030

Text Example


Text Example

White with #EB0030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0030; }

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

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

background-color css

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

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

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

border-color css

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

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

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