Html Css Color HEX #EE0018 Torch Red

📋 copy color: '#EE0018'

red 238 ◦ green 0 ◦ blue 24

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

Shades of Torch Red #EE0018

Tints of Torch Red #EE0018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.16%

R = 90.84%
G = 0%
B = 9.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EE0018 (or 0xEE0018) is known color: Torch Red. HEX triplet: EE, 00 and 18. RGB value is (238,0,24). Sum of RGB (Red+Green+Blue) = 238+0+24=262 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.84% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0018 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0018 is #11FFE7. Grayscale: #4A4A4A. Windows color (decimal): -1179624 or 1573102. OLE color: 1573102.

HSL color Cylindrical-coordinate representation of color #EE0018: hue angle of 353.95º 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 #EE0018 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 0 24 -
CMYK 0 1 0.90 0.07
HSL 353.95º 1% 0.47% -
HSV(B) 353.95º 1% 0.93% -
XYZ 35.42 18.24 2.52 -
YUV 73.9 99.85 245.05 -
System Red Green Blue C M Y K H S L
Decimal 238 0 24 0 1 0.90 0.07 353.95 1 0.47
Hex EE 0 18 0 64 5A 7 162 64 2F
Octal 356 0 30 0 144 132 7 542 144 57
Binary 11101110 0 11000 0 1100100 1011010 111 101100010 1100100 101111

Color Harmonies of #EE0018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0018

Black with #EE0018

Text Example


Text Example

White with #EE0018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0018; }

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

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

background-color css

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

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

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

border-color css

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

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

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