Html Css Color HEX #EB0F20 Torch Red

📋 copy color: '#EB0F20'

red 235 ◦ green 15 ◦ blue 32

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

Shades of Torch Red #EB0F20

Tints of Torch Red #EB0F20

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.32%

 BLUE value IS 32 (12.89% from 255) = 11.35%

R = 83.33%
G = 5.32%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB0F20 (or 0xEB0F20) is known color: Torch Red. HEX triplet: EB, 0F and 20. RGB value is (235,15,32). Sum of RGB (Red+Green+Blue) = 235+15+32=282 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.33% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F20 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0F20 is #14F0DF. Grayscale: #525252. Windows color (decimal): -1372384 or 2101227. OLE color: 2101227.

HSL color Cylindrical-coordinate representation of color #EB0F20: hue angle of 355.36º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0F20 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 15 32 -
CMYK 0 0.94 0.86 0.08
HSL 355.36º 0.88% 0.49% -
HSV(B) 355.36º 0.94% 0.92% -
XYZ 34.69 18.11 3.03 -
YUV 82.72 99.39 236.62 -
System Red Green Blue C M Y K H S L
Decimal 235 15 32 0 0.94 0.86 0.08 355.36 0.88 0.49
Hex EB F 20 0 5E 56 8 163 58 31
Octal 353 17 40 0 136 126 10 543 130 61
Binary 11101011 1111 100000 0 1011110 1010110 1000 101100011 1011000 110001

Color Harmonies of #EB0F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0F20

Black with #EB0F20

Text Example


Text Example

White with #EB0F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0F20; }

 p { color: rgb(235,15,32); }

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

background-color css

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

 a { background-color: rgb(235,15,32); }

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

border-color css

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

 span { border-color: rgb(235,15,32); }

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