Html Css Color HEX #EB142D Torch Red

📋 copy color: '#EB142D'

red 235 ◦ green 20 ◦ blue 45

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

Shades of Torch Red #EB142D

Tints of Torch Red #EB142D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.67%

 BLUE value IS 45 (17.97% from 255) = 15%

R = 78.33%
G = 6.67%
B = 15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB142D (or 0xEB142D) is known color: Torch Red. HEX triplet: EB, 14 and 2D. RGB value is (235,20,45). Sum of RGB (Red+Green+Blue) = 235+20+45=300 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.33% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 235 - color contains mainly: red. Hex color #EB142D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB142D is #14EBD2. Grayscale: #575757. Windows color (decimal): -1371091 or 2954475. OLE color: 2954475.

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

Color convert

RGB 235 20 45 -
CMYK 0 0.91 0.81 0.08
HSL 353.02º 0.84% 0.5% -
HSV(B) 353.02º 0.91% 0.92% -
XYZ 34.98 18.35 4.18 -
YUV 87.14 104.23 233.47 -
System Red Green Blue C M Y K H S L
Decimal 235 20 45 0 0.91 0.81 0.08 353.02 0.84 0.5
Hex EB 14 2D 0 5B 51 8 161 54 32
Octal 353 24 55 0 133 121 10 541 124 62
Binary 11101011 10100 101101 0 1011011 1010001 1000 101100001 1010100 110010

Color Harmonies of #EB142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB142D

Black with #EB142D

Text Example


Text Example

White with #EB142D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB142D; }

 p { color: rgb(235,20,45); }

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

background-color css

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

 a { background-color: rgb(235,20,45); }

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

border-color css

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

 span { border-color: rgb(235,20,45); }

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