Html Css Color HEX #F0041F Torch Red

📋 copy color: '#F0041F'

red 240 ◦ green 4 ◦ blue 31

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

Shades of Torch Red #F0041F

Tints of Torch Red #F0041F

RGB

 RED value IS 240 (94.14% from 255) = 87.27%

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

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

R = 87.27%
G = 1.45%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0041F (or 0xF0041F) is known color: Torch Red. HEX triplet: F0, 04 and 1F. RGB value is (240,4,31). Sum of RGB (Red+Green+Blue) = 240+4+31=275 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.27% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 240 - color contains mainly: red. Hex color #F0041F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0041F is #0FFBE0. Grayscale: #4D4D4D. Windows color (decimal): -1047521 or 2032880. OLE color: 2032880.

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

Color convert

RGB 240 4 31 -
CMYK 0 0.98 0.87 0.06
HSL 353.14º 0.97% 0.48% -
HSV(B) 353.14º 0.98% 0.94% -
XYZ 36.23 18.71 3 -
YUV 77.64 101.69 243.8 -
System Red Green Blue C M Y K H S L
Decimal 240 4 31 0 0.98 0.87 0.06 353.14 0.97 0.48
Hex F0 4 1F 0 62 57 6 161 61 30
Octal 360 4 37 0 142 127 6 541 141 60
Binary 11110000 100 11111 0 1100010 1010111 110 101100001 1100001 110000

Color Harmonies of #F0041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0041F

Black with #F0041F

Text Example


Text Example

White with #F0041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0041F; }

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

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

background-color css

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

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

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

border-color css

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

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

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