Html Css Color HEX #EB052A Torch Red

📋 copy color: '#EB052A'

red 235 ◦ green 5 ◦ blue 42

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

Shades of Torch Red #EB052A

Tints of Torch Red #EB052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.89%

R = 83.33%
G = 1.77%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB052A (or 0xEB052A) is known color: Torch Red. HEX triplet: EB, 05 and 2A. RGB value is (235,5,42). Sum of RGB (Red+Green+Blue) = 235+5+42=282 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.33% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 235 - color contains mainly: red. Hex color #EB052A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB052A is #14FAD5. Grayscale: #4E4E4E. Windows color (decimal): -1374934 or 2754027. OLE color: 2754027.

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

Color convert

RGB 235 5 42 -
CMYK 0 0.98 0.82 0.08
HSL 350.35º 0.96% 0.47% -
HSV(B) 350.35º 0.98% 0.92% -
XYZ 34.73 17.94 3.82 -
YUV 77.99 107.7 239.99 -
System Red Green Blue C M Y K H S L
Decimal 235 5 42 0 0.98 0.82 0.08 350.35 0.96 0.47
Hex EB 5 2A 0 62 52 8 15E 60 2F
Octal 353 5 52 0 142 122 10 536 140 57
Binary 11101011 101 101010 0 1100010 1010010 1000 101011110 1100000 101111

Color Harmonies of #EB052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB052A

Black with #EB052A

Text Example


Text Example

White with #EB052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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