Html Css Color HEX #EE1325 Torch Red

📋 copy color: '#EE1325'

red 238 ◦ green 19 ◦ blue 37

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

Shades of Torch Red #EE1325

Tints of Torch Red #EE1325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.46%

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

R = 80.95%
G = 6.46%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EE1325 (or 0xEE1325) is known color: Torch Red. HEX triplet: EE, 13 and 25. RGB value is (238,19,37). Sum of RGB (Red+Green+Blue) = 238+19+37=294 (38% of max value = 765). Red value is 238 (93.36% from 255 or 80.95% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1325 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1325 is #11ECDA. Grayscale: #565656. Windows color (decimal): -1174747 or 2429934. OLE color: 2429934.

HSL color Cylindrical-coordinate representation of color #EE1325: hue angle of 355.07º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE1325 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 19 37 -
CMYK 0 0.92 0.84 0.07
HSL 355.07º 0.87% 0.5% -
HSV(B) 355.07º 0.92% 0.93% -
XYZ 35.83 18.78 3.49 -
YUV 86.53 100.05 236.04 -
System Red Green Blue C M Y K H S L
Decimal 238 19 37 0 0.92 0.84 0.07 355.07 0.87 0.5
Hex EE 13 25 0 5C 54 7 163 57 32
Octal 356 23 45 0 134 124 7 543 127 62
Binary 11101110 10011 100101 0 1011100 1010100 111 101100011 1010111 110010

Color Harmonies of #EE1325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1325

Black with #EE1325

Text Example


Text Example

White with #EE1325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1325; }

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

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

background-color css

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

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

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

border-color css

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

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

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