Html Css Color HEX #EE1625 Torch Red

📋 copy color: '#EE1625'

red 238 ◦ green 22 ◦ blue 37

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

Shades of Torch Red #EE1625

Tints of Torch Red #EE1625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.46%

R = 80.13%
G = 7.41%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EE1625 (or 0xEE1625) is known color: Torch Red. HEX triplet: EE, 16 and 25. RGB value is (238,22,37). Sum of RGB (Red+Green+Blue) = 238+22+37=297 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.13% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1625 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1625 is #11E9DA. Grayscale: #585858. Windows color (decimal): -1173979 or 2430702. OLE color: 2430702.

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

Color convert

RGB 238 22 37 -
CMYK 0 0.91 0.84 0.07
HSL 355.83º 0.86% 0.51% -
HSV(B) 355.83º 0.91% 0.93% -
XYZ 35.88 18.88 3.5 -
YUV 88.29 99.06 234.78 -
System Red Green Blue C M Y K H S L
Decimal 238 22 37 0 0.91 0.84 0.07 355.83 0.86 0.51
Hex EE 16 25 0 5B 54 7 164 56 33
Octal 356 26 45 0 133 124 7 544 126 63
Binary 11101110 10110 100101 0 1011011 1010100 111 101100100 1010110 110011

Color Harmonies of #EE1625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1625

Black with #EE1625

Text Example


Text Example

White with #EE1625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1625; }

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

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

background-color css

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

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

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

border-color css

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

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

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