Html Css Color HEX #EE0923 Torch Red

📋 copy color: '#EE0923'

red 238 ◦ green 9 ◦ blue 35

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

Shades of Torch Red #EE0923

Tints of Torch Red #EE0923

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.19%

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

R = 84.4%
G = 3.19%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EE0923 (or 0xEE0923) is known color: Torch Red. HEX triplet: EE, 09 and 23. RGB value is (238,9,35). Sum of RGB (Red+Green+Blue) = 238+9+35=282 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.40% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 35 (14.06% from 255 or 12.41% from 282); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0923 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0923 is #11F6DC. Grayscale: #505050. Windows color (decimal): -1177309 or 2296302. OLE color: 2296302.

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

Color convert

RGB 238 9 35 -
CMYK 0 0.96 0.85 0.07
HSL 353.19º 0.93% 0.48% -
HSV(B) 353.19º 0.96% 0.93% -
XYZ 35.66 18.49 3.28 -
YUV 80.44 102.37 240.39 -
System Red Green Blue C M Y K H S L
Decimal 238 9 35 0 0.96 0.85 0.07 353.19 0.93 0.48
Hex EE 9 23 0 60 55 7 161 5D 30
Octal 356 11 43 0 140 125 7 541 135 60
Binary 11101110 1001 100011 0 1100000 1010101 111 101100001 1011101 110000

Color Harmonies of #EE0923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0923

Black with #EE0923

Text Example


Text Example

White with #EE0923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0923; }

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

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

background-color css

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

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

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

border-color css

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

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

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