Html Css Color HEX #F5152F Torch Red

📋 copy color: '#F5152F'

red 245 ◦ green 21 ◦ blue 47

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

Shades of Torch Red #F5152F

Tints of Torch Red #F5152F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.71%

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

R = 78.27%
G = 6.71%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5152F (or 0xF5152F) is known color: Torch Red. HEX triplet: F5, 15 and 2F. RGB value is (245,21,47). Sum of RGB (Red+Green+Blue) = 245+21+47=313 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.27% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 245 - color contains mainly: red. Hex color #F5152F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5152F is #0AEAD0. Grayscale: #5B5B5B. Windows color (decimal): -715473 or 3085813. OLE color: 3085813.

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

Color convert

RGB 245 21 47 -
CMYK 0 0.91 0.81 0.04
HSL 353.04º 0.92% 0.52% -
HSV(B) 353.04º 0.91% 0.96% -
XYZ 38.44 20.15 4.55 -
YUV 90.94 103.21 237.89 -
System Red Green Blue C M Y K H S L
Decimal 245 21 47 0 0.91 0.81 0.04 353.04 0.92 0.52
Hex F5 15 2F 0 5B 51 4 161 5C 34
Octal 365 25 57 0 133 121 4 541 134 64
Binary 11110101 10101 101111 0 1011011 1010001 100 101100001 1011100 110100

Color Harmonies of #F5152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5152F

Black with #F5152F

Text Example


Text Example

White with #F5152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5152F; }

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

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

background-color css

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

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

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

border-color css

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

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

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