Html Css Color HEX #F5053D Torch Red

📋 copy color: '#F5053D'

red 245 ◦ green 5 ◦ blue 61

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

Shades of Torch Red #F5053D

Tints of Torch Red #F5053D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.61%

R = 78.78%
G = 1.61%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F5053D (or 0xF5053D) is known color: Torch Red. HEX triplet: F5, 05 and 3D. RGB value is (245,5,61). Sum of RGB (Red+Green+Blue) = 245+5+61=311 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.78% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 245 - color contains mainly: red. Hex color #F5053D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5053D is #0AFAC2. Grayscale: #535353. Windows color (decimal): -719555 or 3999221. OLE color: 3999221.

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

Color convert

RGB 245 5 61 -
CMYK 0 0.98 0.75 0.04
HSL 346º 0.96% 0.49% -
HSV(B) 346º 0.98% 0.96% -
XYZ 38.55 19.86 6.22 -
YUV 83.14 115.51 243.45 -
System Red Green Blue C M Y K H S L
Decimal 245 5 61 0 0.98 0.75 0.04 346 0.96 0.49
Hex F5 5 3D 0 62 4B 4 15A 60 31
Octal 365 5 75 0 142 113 4 532 140 61
Binary 11110101 101 111101 0 1100010 1001011 100 101011010 1100000 110001

Color Harmonies of #F5053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5053D

Black with #F5053D

Text Example


Text Example

White with #F5053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5053D; }

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

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

background-color css

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

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

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

border-color css

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

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

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