Html Css Color HEX #F51A1E Torch Red

📋 copy color: '#F51A1E'

red 245 ◦ green 26 ◦ blue 30

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

Shades of Torch Red #F51A1E

Tints of Torch Red #F51A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.97%

R = 81.4%
G = 8.64%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F51A1E (or 0xF51A1E) is known color: Torch Red. HEX triplet: F5, 1A and 1E. RGB value is (245,26,30). Sum of RGB (Red+Green+Blue) = 245+26+30=301 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.40% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 245 - color contains mainly: red. Hex color #F51A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51A1E is #0AE5E1. Grayscale: #5C5C5C. Windows color (decimal): -714210 or 1972981. OLE color: 1972981.

HSL color Cylindrical-coordinate representation of color #F51A1E: hue angle of 358.9º 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 #F51A1E is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 26 30 -
CMYK 0 0.89 0.88 0.04
HSL 358.9º 0.92% 0.53% -
HSV(B) 358.9º 0.89% 0.96% -
XYZ 38.26 20.25 3.12 -
YUV 91.94 93.05 237.17 -
System Red Green Blue C M Y K H S L
Decimal 245 26 30 0 0.89 0.88 0.04 358.9 0.92 0.53
Hex F5 1A 1E 0 59 58 4 167 5C 35
Octal 365 32 36 0 131 130 4 547 134 65
Binary 11110101 11010 11110 0 1011001 1011000 100 101100111 1011100 110101

Color Harmonies of #F51A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51A1E

Black with #F51A1E

Text Example


Text Example

White with #F51A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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