Html Css Color HEX #EB0F2B Torch Red

📋 copy color: '#EB0F2B'

red 235 ◦ green 15 ◦ blue 43

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

Shades of Torch Red #EB0F2B

Tints of Torch Red #EB0F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.68%

R = 80.2%
G = 5.12%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB0F2B (or 0xEB0F2B) is known color: Torch Red. HEX triplet: EB, 0F and 2B. RGB value is (235,15,43). Sum of RGB (Red+Green+Blue) = 235+15+43=293 (38% of max value = 765). Red value is 235 (92.19% from 255 or 80.20% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0F2B is #14F0D4. Grayscale: #545454. Windows color (decimal): -1372373 or 2822123. OLE color: 2822123.

HSL color Cylindrical-coordinate representation of color #EB0F2B: hue angle of 352.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 #EB0F2B is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 15 43 -
CMYK 0 0.94 0.82 0.08
HSL 352.36º 0.88% 0.49% -
HSV(B) 352.36º 0.94% 0.92% -
XYZ 34.87 18.18 3.96 -
YUV 83.97 104.89 235.72 -
System Red Green Blue C M Y K H S L
Decimal 235 15 43 0 0.94 0.82 0.08 352.36 0.88 0.49
Hex EB F 2B 0 5E 52 8 160 58 31
Octal 353 17 53 0 136 122 10 540 130 61
Binary 11101011 1111 101011 0 1011110 1010010 1000 101100000 1011000 110001

Color Harmonies of #EB0F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0F2B

Black with #EB0F2B

Text Example


Text Example

White with #EB0F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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