Html Css Color HEX #EE0928 Torch Red

📋 copy color: '#EE0928'

red 238 ◦ green 9 ◦ blue 40

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

Shades of Torch Red #EE0928

Tints of Torch Red #EE0928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.94%

R = 82.93%
G = 3.14%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EE0928 (or 0xEE0928) is known color: Torch Red. HEX triplet: EE, 09 and 28. RGB value is (238,9,40). Sum of RGB (Red+Green+Blue) = 238+9+40=287 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.93% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0928 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0928 is #11F6D7. Grayscale: #515151. Windows color (decimal): -1177304 or 2623982. OLE color: 2623982.

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

Color convert

RGB 238 9 40 -
CMYK 0 0.96 0.83 0.07
HSL 351.88º 0.93% 0.48% -
HSV(B) 351.88º 0.96% 0.93% -
XYZ 35.74 18.53 3.7 -
YUV 81.01 104.87 239.98 -
System Red Green Blue C M Y K H S L
Decimal 238 9 40 0 0.96 0.83 0.07 351.88 0.93 0.48
Hex EE 9 28 0 60 53 7 160 5D 30
Octal 356 11 50 0 140 123 7 540 135 60
Binary 11101110 1001 101000 0 1100000 1010011 111 101100000 1011101 110000

Color Harmonies of #EE0928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0928

Black with #EE0928

Text Example


Text Example

White with #EE0928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0928; }

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

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

background-color css

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

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

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

border-color css

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

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

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