Html Css Color HEX #F5111E Torch Red

📋 copy color: '#F5111E'

red 245 ◦ green 17 ◦ blue 30

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

Shades of Torch Red #F5111E

Tints of Torch Red #F5111E

RGB

 RED value IS 245 (96.09% from 255) = 83.9%

 GREEN value IS 17 (7.03% from 255) = 5.82%

 BLUE value IS 30 (12.11% from 255) = 10.27%

R = 83.9%
G = 5.82%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5111E (or 0xF5111E) is known color: Torch Red. HEX triplet: F5, 11 and 1E. RGB value is (245,17,30). Sum of RGB (Red+Green+Blue) = 245+17+30=292 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.90% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 245 - color contains mainly: red. Hex color #F5111E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5111E is #0AEEE1. Grayscale: #565656. Windows color (decimal): -716514 or 1970677. OLE color: 1970677.

HSL color Cylindrical-coordinate representation of color #F5111E: hue angle of 356.58º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5111E is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 17 30 -
CMYK 0 0.93 0.88 0.04
HSL 356.58º 0.92% 0.51% -
HSV(B) 356.58º 0.93% 0.96% -
XYZ 38.09 19.91 3.06 -
YUV 86.65 96.04 240.94 -
System Red Green Blue C M Y K H S L
Decimal 245 17 30 0 0.93 0.88 0.04 356.58 0.92 0.51
Hex F5 11 1E 0 5D 58 4 165 5C 33
Octal 365 21 36 0 135 130 4 545 134 63
Binary 11110101 10001 11110 0 1011101 1011000 100 101100101 1011100 110011

Color Harmonies of #F5111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5111E

Black with #F5111E

Text Example


Text Example

White with #F5111E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5111E; }

 p { color: rgb(245,17,30); }

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

background-color css

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

 a { background-color: rgb(245,17,30); }

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

border-color css

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

 span { border-color: rgb(245,17,30); }

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