Html Css Color HEX #EB032B Torch Red

📋 copy color: '#EB032B'

red 235 ◦ green 3 ◦ blue 43

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

Shades of Torch Red #EB032B

Tints of Torch Red #EB032B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.3%

R = 83.63%
G = 1.07%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB032B (or 0xEB032B) is known color: Torch Red. HEX triplet: EB, 03 and 2B. RGB value is (235,3,43). Sum of RGB (Red+Green+Blue) = 235+3+43=281 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.63% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 235 - color contains mainly: red. Hex color #EB032B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB032B is #14FCD4. Grayscale: #4D4D4D. Windows color (decimal): -1375445 or 2819051. OLE color: 2819051.

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

Color convert

RGB 235 3 43 -
CMYK 0 0.99 0.82 0.08
HSL 349.66º 0.97% 0.47% -
HSV(B) 349.66º 0.99% 0.92% -
XYZ 34.73 17.9 3.91 -
YUV 76.93 108.86 240.75 -
System Red Green Blue C M Y K H S L
Decimal 235 3 43 0 0.99 0.82 0.08 349.66 0.97 0.47
Hex EB 3 2B 0 63 52 8 15E 61 2F
Octal 353 3 53 0 143 122 10 536 141 57
Binary 11101011 11 101011 0 1100011 1010010 1000 101011110 1100001 101111

Color Harmonies of #EB032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB032B

Black with #EB032B

Text Example


Text Example

White with #EB032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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