Html Css Color HEX #EB002D Torch Red

📋 copy color: '#EB002D'

red 235 ◦ green 0 ◦ blue 45

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

Shades of Torch Red #EB002D

Tints of Torch Red #EB002D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.93%
G = 0%
B = 16.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB002D (or 0xEB002D) is known color: Torch Red. HEX triplet: EB, 00 and 2D. RGB value is (235,0,45). Sum of RGB (Red+Green+Blue) = 235+0+45=280 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.93% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 235 - color contains mainly: red. Hex color #EB002D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB002D is #14FFD2. Grayscale: #4B4B4B. Windows color (decimal): -1376211 or 2949355. OLE color: 2949355.

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

Color convert

RGB 235 0 45 -
CMYK 0 1 0.81 0.08
HSL 348.51º 1% 0.46% -
HSV(B) 348.51º 1% 0.92% -
XYZ 34.73 17.85 4.1 -
YUV 75.4 110.86 241.84 -
System Red Green Blue C M Y K H S L
Decimal 235 0 45 0 1 0.81 0.08 348.51 1 0.46
Hex EB 0 2D 0 64 51 8 15D 64 2E
Octal 353 0 55 0 144 121 10 535 144 56
Binary 11101011 0 101101 0 1100100 1010001 1000 101011101 1100100 101110

Color Harmonies of #EB002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB002D

Black with #EB002D

Text Example


Text Example

White with #EB002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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