Html Css Color HEX #F5151C Torch Red

📋 copy color: '#F5151C'

red 245 ◦ green 21 ◦ blue 28

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

Shades of Torch Red #F5151C

Tints of Torch Red #F5151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.14%

 BLUE value IS 28 (11.33% from 255) = 9.52%

R = 83.33%
G = 7.14%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5151C (or 0xF5151C) is known color: Torch Red. HEX triplet: F5, 15 and 1C. RGB value is (245,21,28). Sum of RGB (Red+Green+Blue) = 245+21+28=294 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.33% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 245 - color contains mainly: red. Hex color #F5151C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5151C is #0AEAE3. Grayscale: #585858. Windows color (decimal): -715492 or 1840629. OLE color: 1840629.

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

Color convert

RGB 245 21 28 -
CMYK 0 0.91 0.89 0.04
HSL 358.13º 0.92% 0.52% -
HSV(B) 358.13º 0.91% 0.96% -
XYZ 38.13 20.03 2.96 -
YUV 88.77 93.71 239.43 -
System Red Green Blue C M Y K H S L
Decimal 245 21 28 0 0.91 0.89 0.04 358.13 0.92 0.52
Hex F5 15 1C 0 5B 59 4 166 5C 34
Octal 365 25 34 0 133 131 4 546 134 64
Binary 11110101 10101 11100 0 1011011 1011001 100 101100110 1011100 110100

Color Harmonies of #F5151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5151C

Black with #F5151C

Text Example


Text Example

White with #F5151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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