Html Css Color HEX #F5041F Torch Red

📋 copy color: '#F5041F'

red 245 ◦ green 4 ◦ blue 31

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

Shades of Torch Red #F5041F

Tints of Torch Red #F5041F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

 BLUE value IS 31 (12.5% from 255) = 11.07%

R = 87.5%
G = 1.43%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F5041F (or 0xF5041F) is known color: Torch Red. HEX triplet: F5, 04 and 1F. RGB value is (245,4,31). Sum of RGB (Red+Green+Blue) = 245+4+31=280 (37% of max value = 765). Red value is 245 (96.09% from 255 or 87.5% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 245 - color contains mainly: red. Hex color #F5041F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5041F is #0AFBE0. Grayscale: #4F4F4F. Windows color (decimal): -719841 or 2032885. OLE color: 2032885.

HSL color Cylindrical-coordinate representation of color #F5041F: hue angle of 353.28º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5041F is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 4 31 -
CMYK 0 0.98 0.87 0.04
HSL 353.28º 0.97% 0.49% -
HSV(B) 353.28º 0.98% 0.96% -
XYZ 37.95 19.6 3.08 -
YUV 79.14 100.84 246.3 -
System Red Green Blue C M Y K H S L
Decimal 245 4 31 0 0.98 0.87 0.04 353.28 0.97 0.49
Hex F5 4 1F 0 62 57 4 161 61 31
Octal 365 4 37 0 142 127 4 541 141 61
Binary 11110101 100 11111 0 1100010 1010111 100 101100001 1100001 110001

Color Harmonies of #F5041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5041F

Black with #F5041F

Text Example


Text Example

White with #F5041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5041F; }

 p { color: rgb(245,4,31); }

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

background-color css

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

 a { background-color: rgb(245,4,31); }

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

border-color css

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

 span { border-color: rgb(245,4,31); }

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