Html Css Color HEX #E9052A Torch Red

📋 copy color: '#E9052A'

red 233 ◦ green 5 ◦ blue 42

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

Shades of Torch Red #E9052A

Tints of Torch Red #E9052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15%

R = 83.21%
G = 1.79%
B = 15%

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

#E9052A (or 0xE9052A) is known color: Torch Red. HEX triplet: E9, 05 and 2A. RGB value is (233,5,42). Sum of RGB (Red+Green+Blue) = 233+5+42=280 (37% of max value = 765). Red value is 233 (91.41% from 255 or 83.21% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 233 - color contains mainly: red. Hex color #E9052A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9052A is #16FAD5. Grayscale: #4D4D4D. Windows color (decimal): -1506006 or 2754025. OLE color: 2754025.

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

Color convert

RGB 233 5 42 -
CMYK 0 0.98 0.82 0.09
HSL 350.26º 0.96% 0.47% -
HSV(B) 350.26º 0.98% 0.91% -
XYZ 34.08 17.6 3.79 -
YUV 77.39 108.04 238.99 -
System Red Green Blue C M Y K H S L
Decimal 233 5 42 0 0.98 0.82 0.09 350.26 0.96 0.47
Hex E9 5 2A 0 62 52 9 15E 60 2F
Octal 351 5 52 0 142 122 11 536 140 57
Binary 11101001 101 101010 0 1100010 1010010 1001 101011110 1100000 101111

Color Harmonies of #E9052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9052A

Black with #E9052A

Text Example


Text Example

White with #E9052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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