Html Css Color HEX #EB002F Torch Red

📋 copy color: '#EB002F'

red 235 ◦ green 0 ◦ blue 47

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

Shades of Torch Red #EB002F

Tints of Torch Red #EB002F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.67%

R = 83.33%
G = 0%
B = 16.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EB002F (or 0xEB002F) is known color: Torch Red. HEX triplet: EB, 00 and 2F. RGB value is (235,0,47). Sum of RGB (Red+Green+Blue) = 235+0+47=282 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.33% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 235 - color contains mainly: red. Hex color #EB002F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB002F is #14FFD0. Grayscale: #4B4B4B. Windows color (decimal): -1376209 or 3080427. OLE color: 3080427.

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

Color convert

RGB 235 0 47 -
CMYK 0 1 0.8 0.08
HSL 348º 1% 0.46% -
HSV(B) 348º 1% 0.92% -
XYZ 34.77 17.87 4.31 -
YUV 75.62 111.86 241.68 -
System Red Green Blue C M Y K H S L
Decimal 235 0 47 0 1 0.8 0.08 348 1 0.46
Hex EB 0 2F 0 64 50 8 15C 64 2E
Octal 353 0 57 0 144 120 10 534 144 56
Binary 11101011 0 101111 0 1100100 1010000 1000 101011100 1100100 101110

Color Harmonies of #EB002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB002F

Black with #EB002F

Text Example


Text Example

White with #EB002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB002F; }

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

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

background-color css

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

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

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

border-color css

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

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

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