Html Css Color HEX #EB0A24 Torch Red

📋 copy color: '#EB0A24'

red 235 ◦ green 10 ◦ blue 36

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

Shades of Torch Red #EB0A24

Tints of Torch Red #EB0A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.81%

R = 83.63%
G = 3.56%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EB0A24 (or 0xEB0A24) is known color: Torch Red. HEX triplet: EB, 0A and 24. RGB value is (235,10,36). Sum of RGB (Red+Green+Blue) = 235+10+36=281 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.63% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0A24 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0A24 is #14F5DB. Grayscale: #505050. Windows color (decimal): -1373660 or 2362091. OLE color: 2362091.

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

Color convert

RGB 235 10 36 -
CMYK 0 0.96 0.85 0.08
HSL 353.07º 0.92% 0.48% -
HSV(B) 353.07º 0.96% 0.92% -
XYZ 34.69 18.01 3.32 -
YUV 80.24 103.04 238.39 -
System Red Green Blue C M Y K H S L
Decimal 235 10 36 0 0.96 0.85 0.08 353.07 0.92 0.48
Hex EB A 24 0 60 55 8 161 5C 30
Octal 353 12 44 0 140 125 10 541 134 60
Binary 11101011 1010 100100 0 1100000 1010101 1000 101100001 1011100 110000

Color Harmonies of #EB0A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0A24

Black with #EB0A24

Text Example


Text Example

White with #EB0A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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