Html Css Color HEX #F51A26 Torch Red

📋 copy color: '#F51A26'

red 245 ◦ green 26 ◦ blue 38

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

Shades of Torch Red #F51A26

Tints of Torch Red #F51A26

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.41%

 BLUE value IS 38 (15.23% from 255) = 12.3%

R = 79.29%
G = 8.41%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F51A26 (or 0xF51A26) is known color: Torch Red. HEX triplet: F5, 1A and 26. RGB value is (245,26,38). Sum of RGB (Red+Green+Blue) = 245+26+38=309 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.29% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 245 - color contains mainly: red. Hex color #F51A26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51A26 is #0AE5D9. Grayscale: #5D5D5D. Windows color (decimal): -714202 or 2497269. OLE color: 2497269.

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

Color convert

RGB 245 26 38 -
CMYK 0 0.89 0.84 0.04
HSL 356.71º 0.92% 0.53% -
HSV(B) 356.71º 0.89% 0.96% -
XYZ 38.38 20.29 3.73 -
YUV 92.85 97.05 236.52 -
System Red Green Blue C M Y K H S L
Decimal 245 26 38 0 0.89 0.84 0.04 356.71 0.92 0.53
Hex F5 1A 26 0 59 54 4 165 5C 35
Octal 365 32 46 0 131 124 4 545 134 65
Binary 11110101 11010 100110 0 1011001 1010100 100 101100101 1011100 110101

Color Harmonies of #F51A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51A26

Black with #F51A26

Text Example


Text Example

White with #F51A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51A26; }

 p { color: rgb(245,26,38); }

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

background-color css

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

 a { background-color: rgb(245,26,38); }

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

border-color css

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

 span { border-color: rgb(245,26,38); }

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