Html Css Color HEX #EE1634 Torch Red

📋 copy color: '#EE1634'

red 238 ◦ green 22 ◦ blue 52

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

Shades of Torch Red #EE1634

Tints of Torch Red #EE1634

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.05%

 BLUE value IS 52 (20.7% from 255) = 16.67%

R = 76.28%
G = 7.05%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EE1634 (or 0xEE1634) is known color: Torch Red. HEX triplet: EE, 16 and 34. RGB value is (238,22,52). Sum of RGB (Red+Green+Blue) = 238+22+52=312 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.28% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1634 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1634 is #11E9CB. Grayscale: #5A5A5A. Windows color (decimal): -1173964 or 3413742. OLE color: 3413742.

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

Color convert

RGB 238 22 52 -
CMYK 0 0.91 0.78 0.07
HSL 351.67º 0.86% 0.51% -
HSV(B) 351.67º 0.91% 0.93% -
XYZ 36.17 19 5.01 -
YUV 90 106.56 233.56 -
System Red Green Blue C M Y K H S L
Decimal 238 22 52 0 0.91 0.78 0.07 351.67 0.86 0.51
Hex EE 16 34 0 5B 4E 7 160 56 33
Octal 356 26 64 0 133 116 7 540 126 63
Binary 11101110 10110 110100 0 1011011 1001110 111 101100000 1010110 110011

Color Harmonies of #EE1634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1634

Black with #EE1634

Text Example


Text Example

White with #EE1634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1634; }

 p { color: rgb(238,22,52); }

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

background-color css

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

 a { background-color: rgb(238,22,52); }

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

border-color css

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

 span { border-color: rgb(238,22,52); }

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