Html Css Color HEX #F51938 Torch Red

📋 copy color: '#F51938'

red 245 ◦ green 25 ◦ blue 56

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

Shades of Torch Red #F51938

Tints of Torch Red #F51938

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.67%

 BLUE value IS 56 (22.27% from 255) = 17.18%

R = 75.15%
G = 7.67%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F51938 (or 0xF51938) is known color: Torch Red. HEX triplet: F5, 19 and 38. RGB value is (245,25,56). Sum of RGB (Red+Green+Blue) = 245+25+56=326 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.15% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 245 - color contains mainly: red. Hex color #F51938 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51938 is #0AE6C7. Grayscale: #5E5E5E. Windows color (decimal): -714440 or 3676661. OLE color: 3676661.

HSL color Cylindrical-coordinate representation of color #F51938: hue angle of 351.55º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F51938 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 25 56 -
CMYK 0 0.90 0.77 0.04
HSL 351.55º 0.92% 0.53% -
HSV(B) 351.55º 0.9% 0.96% -
XYZ 38.72 20.39 5.64 -
YUV 94.31 106.39 235.48 -
System Red Green Blue C M Y K H S L
Decimal 245 25 56 0 0.90 0.77 0.04 351.55 0.92 0.53
Hex F5 19 38 0 5A 4D 4 160 5C 35
Octal 365 31 70 0 132 115 4 540 134 65
Binary 11110101 11001 111000 0 1011010 1001101 100 101100000 1011100 110101

Color Harmonies of #F51938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51938

Black with #F51938

Text Example


Text Example

White with #F51938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51938; }

 p { color: rgb(245,25,56); }

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

background-color css

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

 a { background-color: rgb(245,25,56); }

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

border-color css

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

 span { border-color: rgb(245,25,56); }

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