Html Css Color HEX #EB132C Torch Red

📋 copy color: '#EB132C'

red 235 ◦ green 19 ◦ blue 44

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

Shades of Torch Red #EB132C

Tints of Torch Red #EB132C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.38%

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

R = 78.86%
G = 6.38%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB132C (or 0xEB132C) is known color: Torch Red. HEX triplet: EB, 13 and 2C. RGB value is (235,19,44). Sum of RGB (Red+Green+Blue) = 235+19+44=298 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.86% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 235 - color contains mainly: red. Hex color #EB132C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB132C is #14ECD3. Grayscale: #565656. Windows color (decimal): -1371348 or 2888683. OLE color: 2888683.

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

Color convert

RGB 235 19 44 -
CMYK 0 0.92 0.81 0.08
HSL 353.06º 0.85% 0.5% -
HSV(B) 353.06º 0.92% 0.92% -
XYZ 34.95 18.31 4.08 -
YUV 86.43 104.06 233.97 -
System Red Green Blue C M Y K H S L
Decimal 235 19 44 0 0.92 0.81 0.08 353.06 0.85 0.5
Hex EB 13 2C 0 5C 51 8 161 55 32
Octal 353 23 54 0 134 121 10 541 125 62
Binary 11101011 10011 101100 0 1011100 1010001 1000 101100001 1010101 110010

Color Harmonies of #EB132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB132C

Black with #EB132C

Text Example


Text Example

White with #EB132C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB132C; }

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

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

background-color css

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

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

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

border-color css

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

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

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