Html Css Color HEX #EB062C Torch Red

📋 copy color: '#EB062C'

red 235 ◦ green 6 ◦ blue 44

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

Shades of Torch Red #EB062C

Tints of Torch Red #EB062C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.11%

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

R = 82.46%
G = 2.11%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB062C (or 0xEB062C) is known color: Torch Red. HEX triplet: EB, 06 and 2C. RGB value is (235,6,44). Sum of RGB (Red+Green+Blue) = 235+6+44=285 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.46% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 235 - color contains mainly: red. Hex color #EB062C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB062C is #14F9D3. Grayscale: #4E4E4E. Windows color (decimal): -1374676 or 2885355. OLE color: 2885355.

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

Color convert

RGB 235 6 44 -
CMYK 0 0.97 0.81 0.08
HSL 350.04º 0.95% 0.47% -
HSV(B) 350.04º 0.97% 0.92% -
XYZ 34.78 17.97 4.02 -
YUV 78.8 108.37 239.41 -
System Red Green Blue C M Y K H S L
Decimal 235 6 44 0 0.97 0.81 0.08 350.04 0.95 0.47
Hex EB 6 2C 0 61 51 8 15E 5F 2F
Octal 353 6 54 0 141 121 10 536 137 57
Binary 11101011 110 101100 0 1100001 1010001 1000 101011110 1011111 101111

Color Harmonies of #EB062C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB062C

Black with #EB062C

Text Example


Text Example

White with #EB062C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB062C; }

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

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

background-color css

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

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

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

border-color css

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

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

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