Html Css Color HEX #EB0420 Torch Red

📋 copy color: '#EB0420'

red 235 ◦ green 4 ◦ blue 32

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

Shades of Torch Red #EB0420

Tints of Torch Red #EB0420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.48%

 BLUE value IS 32 (12.89% from 255) = 11.81%

R = 86.72%
G = 1.48%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB0420 (or 0xEB0420) is known color: Torch Red. HEX triplet: EB, 04 and 20. RGB value is (235,4,32). Sum of RGB (Red+Green+Blue) = 235+4+32=271 (35% of max value = 765). Red value is 235 (92.19% from 255 or 86.72% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0420 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0420 is #14FBDF. Grayscale: #4C4C4C. Windows color (decimal): -1375200 or 2098411. OLE color: 2098411.

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

Color convert

RGB 235 4 32 -
CMYK 0 0.98 0.86 0.08
HSL 352.73º 0.97% 0.47% -
HSV(B) 352.73º 0.98% 0.92% -
XYZ 34.57 17.85 2.99 -
YUV 76.26 103.03 241.22 -
System Red Green Blue C M Y K H S L
Decimal 235 4 32 0 0.98 0.86 0.08 352.73 0.97 0.47
Hex EB 4 20 0 62 56 8 161 61 2F
Octal 353 4 40 0 142 126 10 541 141 57
Binary 11101011 100 100000 0 1100010 1010110 1000 101100001 1100001 101111

Color Harmonies of #EB0420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0420

Black with #EB0420

Text Example


Text Example

White with #EB0420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0420; }

 p { color: rgb(235,4,32); }

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

background-color css

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

 a { background-color: rgb(235,4,32); }

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

border-color css

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

 span { border-color: rgb(235,4,32); }

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