Html Css Color HEX #EB042C Torch Red

📋 copy color: '#EB042C'

red 235 ◦ green 4 ◦ blue 44

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

Shades of Torch Red #EB042C

Tints of Torch Red #EB042C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

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

R = 83.04%
G = 1.41%
B = 15.55%

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

#EB042C (or 0xEB042C) is known color: Torch Red. HEX triplet: EB, 04 and 2C. RGB value is (235,4,44). Sum of RGB (Red+Green+Blue) = 235+4+44=283 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.04% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 235 - color contains mainly: red. Hex color #EB042C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB042C is #14FBD3. Grayscale: #4D4D4D. Windows color (decimal): -1375188 or 2884843. OLE color: 2884843.

HSL color Cylindrical-coordinate representation of color #EB042C: hue angle of 349.61º degrees, saturation: 0.97, 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 #EB042C is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 4 44 -
CMYK 0 0.98 0.81 0.08
HSL 349.61º 0.97% 0.47% -
HSV(B) 349.61º 0.98% 0.92% -
XYZ 34.76 17.93 4.01 -
YUV 77.63 109.03 240.25 -
System Red Green Blue C M Y K H S L
Decimal 235 4 44 0 0.98 0.81 0.08 349.61 0.97 0.47
Hex EB 4 2C 0 62 51 8 15E 61 2F
Octal 353 4 54 0 142 121 10 536 141 57
Binary 11101011 100 101100 0 1100010 1010001 1000 101011110 1100001 101111

Color Harmonies of #EB042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB042C

Black with #EB042C

Text Example


Text Example

White with #EB042C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB042C; }

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

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

background-color css

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

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

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

border-color css

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

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

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