Html Css Color HEX #EB0239 Torch Red

📋 copy color: '#EB0239'

red 235 ◦ green 2 ◦ blue 57

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

Shades of Torch Red #EB0239

Tints of Torch Red #EB0239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 57 (22.66% from 255) = 19.39%

R = 79.93%
G = 0.68%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EB0239 (or 0xEB0239) is known color: Torch Red. HEX triplet: EB, 02 and 39. RGB value is (235,2,57). Sum of RGB (Red+Green+Blue) = 235+2+57=294 (38% of max value = 765). Red value is 235 (92.19% from 255 or 79.93% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0239 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0239 is #14FDC6. Grayscale: #4D4D4D. Windows color (decimal): -1375687 or 3736299. OLE color: 3736299.

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

Color convert

RGB 235 2 57 -
CMYK 0 0.99 0.76 0.08
HSL 345.84º 0.98% 0.46% -
HSV(B) 345.84º 0.99% 0.92% -
XYZ 35.02 18 5.5 -
YUV 77.94 116.19 240.03 -
System Red Green Blue C M Y K H S L
Decimal 235 2 57 0 0.99 0.76 0.08 345.84 0.98 0.46
Hex EB 2 39 0 63 4C 8 15A 62 2E
Octal 353 2 71 0 143 114 10 532 142 56
Binary 11101011 10 111001 0 1100011 1001100 1000 101011010 1100010 101110

Color Harmonies of #EB0239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0239

Black with #EB0239

Text Example


Text Example

White with #EB0239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0239; }

 p { color: rgb(235,2,57); }

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

background-color css

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

 a { background-color: rgb(235,2,57); }

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

border-color css

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

 span { border-color: rgb(235,2,57); }

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