Html Css Color HEX #EB002B Torch Red

📋 copy color: '#EB002B'

red 235 ◦ green 0 ◦ blue 43

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

Shades of Torch Red #EB002B

Tints of Torch Red #EB002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.47%

R = 84.53%
G = 0%
B = 15.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB002B (or 0xEB002B) is known color: Torch Red. HEX triplet: EB, 00 and 2B. RGB value is (235,0,43). Sum of RGB (Red+Green+Blue) = 235+0+43=278 (36% of max value = 765). Red value is 235 (92.19% from 255 or 84.53% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 235 - color contains mainly: red. Hex color #EB002B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB002B is #14FFD4. Grayscale: #4B4B4B. Windows color (decimal): -1376213 or 2818283. OLE color: 2818283.

HSL color Cylindrical-coordinate representation of color #EB002B: hue angle of 349.02º 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 #EB002B is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 0 43 -
CMYK 0 1 0.82 0.08
HSL 349.02º 1% 0.46% -
HSV(B) 349.02º 1% 0.92% -
XYZ 34.7 17.84 3.9 -
YUV 75.17 109.86 242 -
System Red Green Blue C M Y K H S L
Decimal 235 0 43 0 1 0.82 0.08 349.02 1 0.46
Hex EB 0 2B 0 64 52 8 15D 64 2E
Octal 353 0 53 0 144 122 10 535 144 56
Binary 11101011 0 101011 0 1100100 1010010 1000 101011101 1100100 101110

Color Harmonies of #EB002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB002B

Black with #EB002B

Text Example


Text Example

White with #EB002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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