Html Css Color HEX #E90A2D Torch Red

📋 copy color: '#E90A2D'

red 233 ◦ green 10 ◦ blue 45

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

Shades of Torch Red #E90A2D

Tints of Torch Red #E90A2D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.47%

 BLUE value IS 45 (17.97% from 255) = 15.63%

R = 80.9%
G = 3.47%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E90A2D (or 0xE90A2D) is known color: Torch Red. HEX triplet: E9, 0A and 2D. RGB value is (233,10,45). Sum of RGB (Red+Green+Blue) = 233+10+45=288 (38% of max value = 765). Red value is 233 (91.41% from 255 or 80.90% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 233 - color contains mainly: red. Hex color #E90A2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90A2D is #16F5D2. Grayscale: #505050. Windows color (decimal): -1504723 or 2951913. OLE color: 2951913.

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

Color convert

RGB 233 10 45 -
CMYK 0 0.96 0.81 0.09
HSL 350.58º 0.92% 0.48% -
HSV(B) 350.58º 0.96% 0.91% -
XYZ 34.19 17.73 4.1 -
YUV 80.67 107.88 236.65 -
System Red Green Blue C M Y K H S L
Decimal 233 10 45 0 0.96 0.81 0.09 350.58 0.92 0.48
Hex E9 A 2D 0 60 51 9 15F 5C 30
Octal 351 12 55 0 140 121 11 537 134 60
Binary 11101001 1010 101101 0 1100000 1010001 1001 101011111 1011100 110000

Color Harmonies of #E90A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90A2D

Black with #E90A2D

Text Example


Text Example

White with #E90A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90A2D; }

 p { color: rgb(233,10,45); }

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

background-color css

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

 a { background-color: rgb(233,10,45); }

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

border-color css

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

 span { border-color: rgb(233,10,45); }

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