Html Css Color HEX #EB0824 Torch Red

📋 copy color: '#EB0824'

red 235 ◦ green 8 ◦ blue 36

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

Shades of Torch Red #EB0824

Tints of Torch Red #EB0824

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.87%

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

R = 84.23%
G = 2.87%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EB0824 (or 0xEB0824) is known color: Torch Red. HEX triplet: EB, 08 and 24. RGB value is (235,8,36). Sum of RGB (Red+Green+Blue) = 235+8+36=279 (36% of max value = 765). Red value is 235 (92.19% from 255 or 84.23% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0824 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0824 is #14F7DB. Grayscale: #4F4F4F. Windows color (decimal): -1374172 or 2361579. OLE color: 2361579.

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

Color convert

RGB 235 8 36 -
CMYK 0 0.97 0.85 0.08
HSL 352.6º 0.93% 0.48% -
HSV(B) 352.6º 0.97% 0.92% -
XYZ 34.67 17.96 3.31 -
YUV 79.07 103.71 239.22 -
System Red Green Blue C M Y K H S L
Decimal 235 8 36 0 0.97 0.85 0.08 352.6 0.93 0.48
Hex EB 8 24 0 61 55 8 161 5D 30
Octal 353 10 44 0 141 125 10 541 135 60
Binary 11101011 1000 100100 0 1100001 1010101 1000 101100001 1011101 110000

Color Harmonies of #EB0824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0824

Black with #EB0824

Text Example


Text Example

White with #EB0824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0824; }

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

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

background-color css

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

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

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

border-color css

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

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

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