Html Css Color HEX #EE1029 Torch Red

📋 copy color: '#EE1029'

red 238 ◦ green 16 ◦ blue 41

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

Shades of Torch Red #EE1029

Tints of Torch Red #EE1029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.9%

R = 80.68%
G = 5.42%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EE1029 (or 0xEE1029) is known color: Torch Red. HEX triplet: EE, 10 and 29. RGB value is (238,16,41). Sum of RGB (Red+Green+Blue) = 238+16+41=295 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.68% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1029 is #11EFD6. Grayscale: #555555. Windows color (decimal): -1175511 or 2691310. OLE color: 2691310.

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

Color convert

RGB 238 16 41 -
CMYK 0 0.93 0.83 0.07
HSL 353.24º 0.87% 0.5% -
HSV(B) 353.24º 0.93% 0.93% -
XYZ 35.85 18.71 3.82 -
YUV 85.23 103.05 236.97 -
System Red Green Blue C M Y K H S L
Decimal 238 16 41 0 0.93 0.83 0.07 353.24 0.87 0.5
Hex EE 10 29 0 5D 53 7 161 57 32
Octal 356 20 51 0 135 123 7 541 127 62
Binary 11101110 10000 101001 0 1011101 1010011 111 101100001 1010111 110010

Color Harmonies of #EE1029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1029

Black with #EE1029

Text Example


Text Example

White with #EE1029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1029; }

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

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

background-color css

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

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

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

border-color css

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

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

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