Html Css Color HEX #E9052B Torch Red

📋 copy color: '#E9052B'

red 233 ◦ green 5 ◦ blue 43

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

Shades of Torch Red #E9052B

Tints of Torch Red #E9052B

RGB

 RED value IS 233 (91.41% from 255) = 82.92%

 GREEN value IS 5 (2.34% from 255) = 1.78%

 BLUE value IS 43 (17.19% from 255) = 15.3%

R = 82.92%
G = 1.78%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E9052B (or 0xE9052B) is known color: Torch Red. HEX triplet: E9, 05 and 2B. RGB value is (233,5,43). Sum of RGB (Red+Green+Blue) = 233+5+43=281 (37% of max value = 765). Red value is 233 (91.41% from 255 or 82.92% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 233 - color contains mainly: red. Hex color #E9052B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9052B is #16FAD4. Grayscale: #4D4D4D. Windows color (decimal): -1506005 or 2819561. OLE color: 2819561.

HSL color Cylindrical-coordinate representation of color #E9052B: hue angle of 350º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E9052B is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 5 43 -
CMYK 0 0.98 0.82 0.09
HSL 350º 0.96% 0.47% -
HSV(B) 350º 0.98% 0.91% -
XYZ 34.09 17.61 3.89 -
YUV 77.5 108.54 238.91 -
System Red Green Blue C M Y K H S L
Decimal 233 5 43 0 0.98 0.82 0.09 350 0.96 0.47
Hex E9 5 2B 0 62 52 9 15E 60 2F
Octal 351 5 53 0 142 122 11 536 140 57
Binary 11101001 101 101011 0 1100010 1010010 1001 101011110 1100000 101111

Color Harmonies of #E9052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9052B

Black with #E9052B

Text Example


Text Example

White with #E9052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9052B; }

 p { color: rgb(233,5,43); }

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

background-color css

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

 a { background-color: rgb(233,5,43); }

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

border-color css

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

 span { border-color: rgb(233,5,43); }

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