Html Css Color HEX #F51C39 Torch Red

📋 copy color: '#F51C39'

red 245 ◦ green 28 ◦ blue 57

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

Shades of Torch Red #F51C39

Tints of Torch Red #F51C39

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.48%

 BLUE value IS 57 (22.66% from 255) = 17.27%

R = 74.24%
G = 8.48%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F51C39 (or 0xF51C39) is known color: Torch Red. HEX triplet: F5, 1C and 39. RGB value is (245,28,57). Sum of RGB (Red+Green+Blue) = 245+28+57=330 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.24% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 245 - color contains mainly: red. Hex color #F51C39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51C39 is #0AE3C6. Grayscale: #606060. Windows color (decimal): -713671 or 3742965. OLE color: 3742965.

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

Color convert

RGB 245 28 57 -
CMYK 0 0.89 0.77 0.04
HSL 351.98º 0.92% 0.54% -
HSV(B) 351.98º 0.89% 0.96% -
XYZ 38.81 20.54 5.79 -
YUV 96.19 105.89 234.14 -
System Red Green Blue C M Y K H S L
Decimal 245 28 57 0 0.89 0.77 0.04 351.98 0.92 0.54
Hex F5 1C 39 0 59 4D 4 160 5C 36
Octal 365 34 71 0 131 115 4 540 134 66
Binary 11110101 11100 111001 0 1011001 1001101 100 101100000 1011100 110110

Color Harmonies of #F51C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51C39

Black with #F51C39

Text Example


Text Example

White with #F51C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51C39; }

 p { color: rgb(245,28,57); }

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

background-color css

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

 a { background-color: rgb(245,28,57); }

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

border-color css

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

 span { border-color: rgb(245,28,57); }

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