Html Css Color HEX #E90232 Torch Red

📋 copy color: '#E90232'

red 233 ◦ green 2 ◦ blue 50

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

Shades of Torch Red #E90232

Tints of Torch Red #E90232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 50 (19.92% from 255) = 17.54%

R = 81.75%
G = 0.7%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E90232 (or 0xE90232) is known color: Torch Red. HEX triplet: E9, 02 and 32. RGB value is (233,2,50). Sum of RGB (Red+Green+Blue) = 233+2+50=285 (37% of max value = 765). Red value is 233 (91.41% from 255 or 81.75% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 233 - color contains mainly: red. Hex color #E90232 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90232 is #16FDCD. Grayscale: #4C4C4C. Windows color (decimal): -1506766 or 3277545. OLE color: 3277545.

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

Color convert

RGB 233 2 50 -
CMYK 0 0.99 0.79 0.09
HSL 347.53º 0.98% 0.46% -
HSV(B) 347.53º 0.99% 0.91% -
XYZ 34.2 17.6 4.61 -
YUV 76.54 113.03 239.6 -
System Red Green Blue C M Y K H S L
Decimal 233 2 50 0 0.99 0.79 0.09 347.53 0.98 0.46
Hex E9 2 32 0 63 4F 9 15C 62 2E
Octal 351 2 62 0 143 117 11 534 142 56
Binary 11101001 10 110010 0 1100011 1001111 1001 101011100 1100010 101110

Color Harmonies of #E90232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90232

Black with #E90232

Text Example


Text Example

White with #E90232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90232; }

 p { color: rgb(233,2,50); }

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

background-color css

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

 a { background-color: rgb(233,2,50); }

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

border-color css

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

 span { border-color: rgb(233,2,50); }

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