Html Css Color HEX #EB102D Torch Red

📋 copy color: '#EB102D'

red 235 ◦ green 16 ◦ blue 45

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

Shades of Torch Red #EB102D

Tints of Torch Red #EB102D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.41%

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

R = 79.39%
G = 5.41%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB102D (or 0xEB102D) is known color: Torch Red. HEX triplet: EB, 10 and 2D. RGB value is (235,16,45). Sum of RGB (Red+Green+Blue) = 235+16+45=296 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.39% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 235 - color contains mainly: red. Hex color #EB102D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB102D is #14EFD2. Grayscale: #545454. Windows color (decimal): -1372115 or 2953451. OLE color: 2953451.

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

Color convert

RGB 235 16 45 -
CMYK 0 0.93 0.81 0.08
HSL 352.05º 0.87% 0.49% -
HSV(B) 352.05º 0.93% 0.92% -
XYZ 34.92 18.22 4.16 -
YUV 84.79 105.55 235.14 -
System Red Green Blue C M Y K H S L
Decimal 235 16 45 0 0.93 0.81 0.08 352.05 0.87 0.49
Hex EB 10 2D 0 5D 51 8 160 57 31
Octal 353 20 55 0 135 121 10 540 127 61
Binary 11101011 10000 101101 0 1011101 1010001 1000 101100000 1010111 110001

Color Harmonies of #EB102D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB102D

Black with #EB102D

Text Example


Text Example

White with #EB102D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB102D; }

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

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

background-color css

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

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

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

border-color css

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

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

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