Html Css Color HEX #EB033A Torch Red

📋 copy color: '#EB033A'

red 235 ◦ green 3 ◦ blue 58

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

Shades of Torch Red #EB033A

Tints of Torch Red #EB033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

 BLUE value IS 58 (23.05% from 255) = 19.59%

R = 79.39%
G = 1.01%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB033A (or 0xEB033A) is known color: Torch Red. HEX triplet: EB, 03 and 3A. RGB value is (235,3,58). Sum of RGB (Red+Green+Blue) = 235+3+58=296 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.39% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 235 - color contains mainly: red. Hex color #EB033A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB033A is #14FCC5. Grayscale: #4E4E4E. Windows color (decimal): -1375430 or 3802091. OLE color: 3802091.

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

Color convert

RGB 235 3 58 -
CMYK 0 0.99 0.75 0.08
HSL 345.78º 0.97% 0.47% -
HSV(B) 345.78º 0.99% 0.92% -
XYZ 35.06 18.03 5.64 -
YUV 78.64 116.36 239.53 -
System Red Green Blue C M Y K H S L
Decimal 235 3 58 0 0.99 0.75 0.08 345.78 0.97 0.47
Hex EB 3 3A 0 63 4B 8 15A 61 2F
Octal 353 3 72 0 143 113 10 532 141 57
Binary 11101011 11 111010 0 1100011 1001011 1000 101011010 1100001 101111

Color Harmonies of #EB033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB033A

Black with #EB033A

Text Example


Text Example

White with #EB033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB033A; }

 p { color: rgb(235,3,58); }

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

background-color css

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

 a { background-color: rgb(235,3,58); }

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

border-color css

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

 span { border-color: rgb(235,3,58); }

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