Html Css Color HEX #F5122F Torch Red

📋 copy color: '#F5122F'

red 245 ◦ green 18 ◦ blue 47

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

Shades of Torch Red #F5122F

Tints of Torch Red #F5122F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.81%

 BLUE value IS 47 (18.75% from 255) = 15.16%

R = 79.03%
G = 5.81%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5122F (or 0xF5122F) is known color: Torch Red. HEX triplet: F5, 12 and 2F. RGB value is (245,18,47). Sum of RGB (Red+Green+Blue) = 245+18+47=310 (41% of max value = 765). Red value is 245 (96.09% from 255 or 79.03% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 245 - color contains mainly: red. Hex color #F5122F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5122F is #0AEDD0. Grayscale: #595959. Windows color (decimal): -716241 or 3085045. OLE color: 3085045.

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

Color convert

RGB 245 18 47 -
CMYK 0 0.93 0.81 0.04
HSL 352.33º 0.92% 0.52% -
HSV(B) 352.33º 0.93% 0.96% -
XYZ 38.39 20.05 4.54 -
YUV 89.18 104.21 239.14 -
System Red Green Blue C M Y K H S L
Decimal 245 18 47 0 0.93 0.81 0.04 352.33 0.92 0.52
Hex F5 12 2F 0 5D 51 4 160 5C 34
Octal 365 22 57 0 135 121 4 540 134 64
Binary 11110101 10010 101111 0 1011101 1010001 100 101100000 1011100 110100

Color Harmonies of #F5122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5122F

Black with #F5122F

Text Example


Text Example

White with #F5122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5122F; }

 p { color: rgb(245,18,47); }

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

background-color css

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

 a { background-color: rgb(245,18,47); }

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

border-color css

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

 span { border-color: rgb(245,18,47); }

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