Html Css Color HEX #EB0434 Torch Red

📋 copy color: '#EB0434'

red 235 ◦ green 4 ◦ blue 52

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

Shades of Torch Red #EB0434

Tints of Torch Red #EB0434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.87%

R = 80.76%
G = 1.37%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EB0434 (or 0xEB0434) is known color: Torch Red. HEX triplet: EB, 04 and 34. RGB value is (235,4,52). Sum of RGB (Red+Green+Blue) = 235+4+52=291 (38% of max value = 765). Red value is 235 (92.19% from 255 or 80.76% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0434 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0434 is #14FBCB. Grayscale: #4E4E4E. Windows color (decimal): -1375180 or 3409131. OLE color: 3409131.

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

Color convert

RGB 235 4 52 -
CMYK 0 0.98 0.78 0.08
HSL 347.53º 0.97% 0.47% -
HSV(B) 347.53º 0.98% 0.92% -
XYZ 34.92 18 4.88 -
YUV 78.54 113.03 239.6 -
System Red Green Blue C M Y K H S L
Decimal 235 4 52 0 0.98 0.78 0.08 347.53 0.97 0.47
Hex EB 4 34 0 62 4E 8 15C 61 2F
Octal 353 4 64 0 142 116 10 534 141 57
Binary 11101011 100 110100 0 1100010 1001110 1000 101011100 1100001 101111

Color Harmonies of #EB0434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0434

Black with #EB0434

Text Example


Text Example

White with #EB0434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0434; }

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

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

background-color css

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

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

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

border-color css

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

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

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