Html Css Color HEX #EB0A21 Torch Red

📋 copy color: '#EB0A21'

red 235 ◦ green 10 ◦ blue 33

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

Shades of Torch Red #EB0A21

Tints of Torch Red #EB0A21

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.6%

 BLUE value IS 33 (13.28% from 255) = 11.87%

R = 84.53%
G = 3.6%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB0A21 (or 0xEB0A21) is known color: Torch Red. HEX triplet: EB, 0A and 21. RGB value is (235,10,33). Sum of RGB (Red+Green+Blue) = 235+10+33=278 (36% of max value = 765). Red value is 235 (92.19% from 255 or 84.53% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0A21 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0A21 is #14F5DE. Grayscale: #505050. Windows color (decimal): -1373663 or 2165483. OLE color: 2165483.

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

Color convert

RGB 235 10 33 -
CMYK 0 0.96 0.86 0.08
HSL 353.87º 0.92% 0.48% -
HSV(B) 353.87º 0.96% 0.92% -
XYZ 34.64 17.99 3.09 -
YUV 79.9 101.54 238.63 -
System Red Green Blue C M Y K H S L
Decimal 235 10 33 0 0.96 0.86 0.08 353.87 0.92 0.48
Hex EB A 21 0 60 56 8 162 5C 30
Octal 353 12 41 0 140 126 10 542 134 60
Binary 11101011 1010 100001 0 1100000 1010110 1000 101100010 1011100 110000

Color Harmonies of #EB0A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0A21

Black with #EB0A21

Text Example


Text Example

White with #EB0A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0A21; }

 p { color: rgb(235,10,33); }

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

background-color css

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

 a { background-color: rgb(235,10,33); }

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

border-color css

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

 span { border-color: rgb(235,10,33); }

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