Html Css Color HEX #EE001A Torch Red

📋 copy color: '#EE001A'

red 238 ◦ green 0 ◦ blue 26

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

Shades of Torch Red #EE001A

Tints of Torch Red #EE001A

RGB

 RED value IS 238 (93.36% from 255) = 90.15%

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

 BLUE value IS 26 (10.55% from 255) = 9.85%

R = 90.15%
G = 0%
B = 9.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE001A (or 0xEE001A) is known color: Torch Red. HEX triplet: EE, 00 and 1A. RGB value is (238,0,26). Sum of RGB (Red+Green+Blue) = 238+0+26=264 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.15% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 238 - color contains mainly: red. Hex color #EE001A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE001A is #11FFE5. Grayscale: #4A4A4A. Windows color (decimal): -1179622 or 1704174. OLE color: 1704174.

HSL color Cylindrical-coordinate representation of color #EE001A: hue angle of 353.45º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE001A is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 0 26 -
CMYK 0 1 0.89 0.07
HSL 353.45º 1% 0.47% -
HSV(B) 353.45º 1% 0.93% -
XYZ 35.45 18.25 2.63 -
YUV 74.13 100.85 244.89 -
System Red Green Blue C M Y K H S L
Decimal 238 0 26 0 1 0.89 0.07 353.45 1 0.47
Hex EE 0 1A 0 64 59 7 161 64 2F
Octal 356 0 32 0 144 131 7 541 144 57
Binary 11101110 0 11010 0 1100100 1011001 111 101100001 1100100 101111

Color Harmonies of #EE001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE001A

Black with #EE001A

Text Example


Text Example

White with #EE001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE001A; }

 p { color: rgb(238,0,26); }

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

background-color css

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

 a { background-color: rgb(238,0,26); }

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

border-color css

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

 span { border-color: rgb(238,0,26); }

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