Html Css Color HEX #EB002A Torch Red

📋 copy color: '#EB002A'

red 235 ◦ green 0 ◦ blue 42

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

Shades of Torch Red #EB002A

Tints of Torch Red #EB002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.16%

R = 84.84%
G = 0%
B = 15.16%

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

#EB002A (or 0xEB002A) is known color: Torch Red. HEX triplet: EB, 00 and 2A. RGB value is (235,0,42). Sum of RGB (Red+Green+Blue) = 235+0+42=277 (36% of max value = 765). Red value is 235 (92.19% from 255 or 84.84% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 235 - color contains mainly: red. Hex color #EB002A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB002A is #14FFD5. Grayscale: #4B4B4B. Windows color (decimal): -1376214 or 2752747. OLE color: 2752747.

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

Color convert

RGB 235 0 42 -
CMYK 0 1 0.82 0.08
HSL 349.28º 1% 0.46% -
HSV(B) 349.28º 1% 0.92% -
XYZ 34.68 17.83 3.8 -
YUV 75.05 109.36 242.08 -
System Red Green Blue C M Y K H S L
Decimal 235 0 42 0 1 0.82 0.08 349.28 1 0.46
Hex EB 0 2A 0 64 52 8 15D 64 2E
Octal 353 0 52 0 144 122 10 535 144 56
Binary 11101011 0 101010 0 1100100 1010010 1000 101011101 1100100 101110

Color Harmonies of #EB002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB002A

Black with #EB002A

Text Example


Text Example

White with #EB002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB002A; }

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

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

background-color css

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

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

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

border-color css

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

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

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