Html Css Color HEX #EB022D Torch Red

📋 copy color: '#EB022D'

red 235 ◦ green 2 ◦ blue 45

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

Shades of Torch Red #EB022D

Tints of Torch Red #EB022D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 83.33%
G = 0.71%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB022D (or 0xEB022D) is known color: Torch Red. HEX triplet: EB, 02 and 2D. RGB value is (235,2,45). Sum of RGB (Red+Green+Blue) = 235+2+45=282 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.33% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 235 - color contains mainly: red. Hex color #EB022D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB022D is #14FDD2. Grayscale: #4C4C4C. Windows color (decimal): -1375699 or 2949867. OLE color: 2949867.

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

Color convert

RGB 235 2 45 -
CMYK 0 0.99 0.81 0.08
HSL 348.93º 0.98% 0.46% -
HSV(B) 348.93º 0.99% 0.92% -
XYZ 34.76 17.9 4.1 -
YUV 76.57 110.19 241 -
System Red Green Blue C M Y K H S L
Decimal 235 2 45 0 0.99 0.81 0.08 348.93 0.98 0.46
Hex EB 2 2D 0 63 51 8 15D 62 2E
Octal 353 2 55 0 143 121 10 535 142 56
Binary 11101011 10 101101 0 1100011 1010001 1000 101011101 1100010 101110

Color Harmonies of #EB022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB022D

Black with #EB022D

Text Example


Text Example

White with #EB022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB022D; }

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

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

background-color css

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

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

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

border-color css

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

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

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