Html Css Color HEX #F5053F Torch Red

📋 copy color: '#F5053F'

red 245 ◦ green 5 ◦ blue 63

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

Shades of Torch Red #F5053F

Tints of Torch Red #F5053F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.6%

 BLUE value IS 63 (25% from 255) = 20.13%

R = 78.27%
G = 1.6%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F5053F (or 0xF5053F) is known color: Torch Red. HEX triplet: F5, 05 and 3F. RGB value is (245,5,63). Sum of RGB (Red+Green+Blue) = 245+5+63=313 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.27% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 245 - color contains mainly: red. Hex color #F5053F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5053F is #0AFAC0. Grayscale: #535353. Windows color (decimal): -719553 or 4130293. OLE color: 4130293.

HSL color Cylindrical-coordinate representation of color #F5053F: hue angle of 345.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5053F is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 5 63 -
CMYK 0 0.98 0.74 0.04
HSL 345.5º 0.96% 0.49% -
HSV(B) 345.5º 0.98% 0.96% -
XYZ 38.61 19.88 6.5 -
YUV 83.37 116.51 243.28 -
System Red Green Blue C M Y K H S L
Decimal 245 5 63 0 0.98 0.74 0.04 345.5 0.96 0.49
Hex F5 5 3F 0 62 4A 4 15A 60 31
Octal 365 5 77 0 142 112 4 532 140 61
Binary 11110101 101 111111 0 1100010 1001010 100 101011010 1100000 110001

Color Harmonies of #F5053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5053F

Black with #F5053F

Text Example


Text Example

White with #F5053F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5053F; }

 p { color: rgb(245,5,63); }

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

background-color css

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

 a { background-color: rgb(245,5,63); }

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

border-color css

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

 span { border-color: rgb(245,5,63); }

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