Html Css Color HEX #EB052C Torch Red

📋 copy color: '#EB052C'

red 235 ◦ green 5 ◦ blue 44

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

Shades of Torch Red #EB052C

Tints of Torch Red #EB052C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.76%

 BLUE value IS 44 (17.58% from 255) = 15.49%

R = 82.75%
G = 1.76%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB052C (or 0xEB052C) is known color: Torch Red. HEX triplet: EB, 05 and 2C. RGB value is (235,5,44). Sum of RGB (Red+Green+Blue) = 235+5+44=284 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.75% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 235 - color contains mainly: red. Hex color #EB052C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB052C is #14FAD3. Grayscale: #4E4E4E. Windows color (decimal): -1374932 or 2885099. OLE color: 2885099.

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

Color convert

RGB 235 5 44 -
CMYK 0 0.98 0.81 0.08
HSL 349.83º 0.96% 0.47% -
HSV(B) 349.83º 0.98% 0.92% -
XYZ 34.77 17.95 4.02 -
YUV 78.22 108.7 239.83 -
System Red Green Blue C M Y K H S L
Decimal 235 5 44 0 0.98 0.81 0.08 349.83 0.96 0.47
Hex EB 5 2C 0 62 51 8 15E 60 2F
Octal 353 5 54 0 142 121 10 536 140 57
Binary 11101011 101 101100 0 1100010 1010001 1000 101011110 1100000 101111

Color Harmonies of #EB052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB052C

Black with #EB052C

Text Example


Text Example

White with #EB052C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB052C; }

 p { color: rgb(235,5,44); }

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

background-color css

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

 a { background-color: rgb(235,5,44); }

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

border-color css

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

 span { border-color: rgb(235,5,44); }

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