Html Css Color HEX #F5121B Torch Red

📋 copy color: '#F5121B'

red 245 ◦ green 18 ◦ blue 27

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

Shades of Torch Red #F5121B

Tints of Torch Red #F5121B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.31%

R = 84.48%
G = 6.21%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5121B (or 0xF5121B) is known color: Torch Red. HEX triplet: F5, 12 and 1B. RGB value is (245,18,27). Sum of RGB (Red+Green+Blue) = 245+18+27=290 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.48% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 245 - color contains mainly: red. Hex color #F5121B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5121B is #0AEDE4. Grayscale: #575757. Windows color (decimal): -716261 or 1774325. OLE color: 1774325.

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

Color convert

RGB 245 18 27 -
CMYK 0 0.93 0.89 0.04
HSL 357.62º 0.92% 0.52% -
HSV(B) 357.62º 0.93% 0.96% -
XYZ 38.07 19.92 2.88 -
YUV 86.9 94.21 240.77 -
System Red Green Blue C M Y K H S L
Decimal 245 18 27 0 0.93 0.89 0.04 357.62 0.92 0.52
Hex F5 12 1B 0 5D 59 4 166 5C 34
Octal 365 22 33 0 135 131 4 546 134 64
Binary 11110101 10010 11011 0 1011101 1011001 100 101100110 1011100 110100

Color Harmonies of #F5121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5121B

Black with #F5121B

Text Example


Text Example

White with #F5121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5121B; }

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

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

background-color css

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

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

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

border-color css

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

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

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