Html Css Color HEX #EE1423 Torch Red

📋 copy color: '#EE1423'

red 238 ◦ green 20 ◦ blue 35

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

Shades of Torch Red #EE1423

Tints of Torch Red #EE1423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.83%

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

R = 81.23%
G = 6.83%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EE1423 (or 0xEE1423) is known color: Torch Red. HEX triplet: EE, 14 and 23. RGB value is (238,20,35). Sum of RGB (Red+Green+Blue) = 238+20+35=293 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.23% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1423 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1423 is #11EBDC. Grayscale: #575757. Windows color (decimal): -1174493 or 2299118. OLE color: 2299118.

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

Color convert

RGB 238 20 35 -
CMYK 0 0.92 0.85 0.07
HSL 355.87º 0.87% 0.51% -
HSV(B) 355.87º 0.92% 0.93% -
XYZ 35.81 18.8 3.33 -
YUV 86.89 98.72 235.78 -
System Red Green Blue C M Y K H S L
Decimal 238 20 35 0 0.92 0.85 0.07 355.87 0.87 0.51
Hex EE 14 23 0 5C 55 7 164 57 33
Octal 356 24 43 0 134 125 7 544 127 63
Binary 11101110 10100 100011 0 1011100 1010101 111 101100100 1010111 110011

Color Harmonies of #EE1423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1423

Black with #EE1423

Text Example


Text Example

White with #EE1423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1423; }

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

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

background-color css

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

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

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

border-color css

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

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

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