Html Css Color HEX #E9001D Torch Red

📋 copy color: '#E9001D'

red 233 ◦ green 0 ◦ blue 29

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

Shades of Torch Red #E9001D

Tints of Torch Red #E9001D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 29 (11.72% from 255) = 11.07%

R = 88.93%
G = 0%
B = 11.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E9001D (or 0xE9001D) is known color: Torch Red. HEX triplet: E9, 00 and 1D. RGB value is (233,0,29). Sum of RGB (Red+Green+Blue) = 233+0+29=262 (34% of max value = 765). Red value is 233 (91.41% from 255 or 88.93% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 233 - color contains mainly: red. Hex color #E9001D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9001D is #16FFE2. Grayscale: #494949. Windows color (decimal): -1507299 or 1900777. OLE color: 1900777.

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

Color convert

RGB 233 0 29 -
CMYK 0 1 0.88 0.09
HSL 352.53º 1% 0.46% -
HSV(B) 352.53º 1% 0.91% -
XYZ 33.83 17.41 2.74 -
YUV 72.97 103.19 242.14 -
System Red Green Blue C M Y K H S L
Decimal 233 0 29 0 1 0.88 0.09 352.53 1 0.46
Hex E9 0 1D 0 64 58 9 161 64 2E
Octal 351 0 35 0 144 130 11 541 144 56
Binary 11101001 0 11101 0 1100100 1011000 1001 101100001 1100100 101110

Color Harmonies of #E9001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9001D

Black with #E9001D

Text Example


Text Example

White with #E9001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9001D; }

 p { color: rgb(233,0,29); }

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

background-color css

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

 a { background-color: rgb(233,0,29); }

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

border-color css

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

 span { border-color: rgb(233,0,29); }

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