Html Css Color HEX #EE1023 Torch Red

📋 copy color: '#EE1023'

red 238 ◦ green 16 ◦ blue 35

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

Shades of Torch Red #EE1023

Tints of Torch Red #EE1023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.54%

 BLUE value IS 35 (14.06% from 255) = 12.11%

R = 82.35%
G = 5.54%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EE1023 (or 0xEE1023) is known color: Torch Red. HEX triplet: EE, 10 and 23. RGB value is (238,16,35). Sum of RGB (Red+Green+Blue) = 238+16+35=289 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.35% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1023 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1023 is #11EFDC. Grayscale: #545454. Windows color (decimal): -1175517 or 2298094. OLE color: 2298094.

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

Color convert

RGB 238 16 35 -
CMYK 0 0.93 0.85 0.07
HSL 354.86º 0.87% 0.5% -
HSV(B) 354.86º 0.93% 0.93% -
XYZ 35.75 18.67 3.31 -
YUV 84.54 100.05 237.46 -
System Red Green Blue C M Y K H S L
Decimal 238 16 35 0 0.93 0.85 0.07 354.86 0.87 0.5
Hex EE 10 23 0 5D 55 7 163 57 32
Octal 356 20 43 0 135 125 7 543 127 62
Binary 11101110 10000 100011 0 1011101 1010101 111 101100011 1010111 110010

Color Harmonies of #EE1023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1023

Black with #EE1023

Text Example


Text Example

White with #EE1023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1023; }

 p { color: rgb(238,16,35); }

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

background-color css

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

 a { background-color: rgb(238,16,35); }

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

border-color css

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

 span { border-color: rgb(238,16,35); }

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