Html Css Color HEX #F5122C Torch Red

📋 copy color: '#F5122C'

red 245 ◦ green 18 ◦ blue 44

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

Shades of Torch Red #F5122C

Tints of Torch Red #F5122C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.33%

R = 79.8%
G = 5.86%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5122C (or 0xF5122C) is known color: Torch Red. HEX triplet: F5, 12 and 2C. RGB value is (245,18,44). Sum of RGB (Red+Green+Blue) = 245+18+44=307 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.80% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 245 - color contains mainly: red. Hex color #F5122C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5122C is #0AEDD3. Grayscale: #585858. Windows color (decimal): -716244 or 2888437. OLE color: 2888437.

HSL color Cylindrical-coordinate representation of color #F5122C: hue angle of 353.13º 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 #F5122C is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 18 44 -
CMYK 0 0.93 0.82 0.04
HSL 353.13º 0.92% 0.52% -
HSV(B) 353.13º 0.93% 0.96% -
XYZ 38.33 20.03 4.23 -
YUV 88.84 102.71 239.39 -
System Red Green Blue C M Y K H S L
Decimal 245 18 44 0 0.93 0.82 0.04 353.13 0.92 0.52
Hex F5 12 2C 0 5D 52 4 161 5C 34
Octal 365 22 54 0 135 122 4 541 134 64
Binary 11110101 10010 101100 0 1011101 1010010 100 101100001 1011100 110100

Color Harmonies of #F5122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5122C

Black with #F5122C

Text Example


Text Example

White with #F5122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5122C; }

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

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

background-color css

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

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

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

border-color css

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

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

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