Html Css Color HEX #F50331 Torch Red

📋 copy color: '#F50331'

red 245 ◦ green 3 ◦ blue 49

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

Shades of Torch Red #F50331

Tints of Torch Red #F50331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

 BLUE value IS 49 (19.53% from 255) = 16.5%

R = 82.49%
G = 1.01%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.8

 K value IS 0.04

RGB Variations

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

Color information

#F50331 (or 0xF50331) is known color: Torch Red. HEX triplet: F5, 03 and 31. RGB value is (245,3,49). Sum of RGB (Red+Green+Blue) = 245+3+49=297 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.49% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 245 - color contains mainly: red. Hex color #F50331 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50331 is #0AFCCE. Grayscale: #505050. Windows color (decimal): -720079 or 3212277. OLE color: 3212277.

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

Color convert

RGB 245 3 49 -
CMYK 0 0.99 0.8 0.04
HSL 348.6º 0.98% 0.49% -
HSV(B) 348.6º 0.99% 0.96% -
XYZ 38.24 19.7 4.69 -
YUV 80.6 110.17 245.26 -
System Red Green Blue C M Y K H S L
Decimal 245 3 49 0 0.99 0.8 0.04 348.6 0.98 0.49
Hex F5 3 31 0 63 50 4 15D 62 31
Octal 365 3 61 0 143 120 4 535 142 61
Binary 11110101 11 110001 0 1100011 1010000 100 101011101 1100010 110001

Color Harmonies of #F50331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50331

Black with #F50331

Text Example


Text Example

White with #F50331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50331; }

 p { color: rgb(245,3,49); }

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

background-color css

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

 a { background-color: rgb(245,3,49); }

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

border-color css

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

 span { border-color: rgb(245,3,49); }

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