Html Css Color HEX #F01931 Torch Red

📋 copy color: '#F01931'

red 240 ◦ green 25 ◦ blue 49

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

Shades of Torch Red #F01931

Tints of Torch Red #F01931

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.96%

 BLUE value IS 49 (19.53% from 255) = 15.61%

R = 76.43%
G = 7.96%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F01931 (or 0xF01931) is known color: Torch Red. HEX triplet: F0, 19 and 31. RGB value is (240,25,49). Sum of RGB (Red+Green+Blue) = 240+25+49=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F01931 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01931 is #0FE6CE. Grayscale: #5C5C5C. Windows color (decimal): -1042127 or 3217904. OLE color: 3217904.

HSL color Cylindrical-coordinate representation of color #F01931: hue angle of 353.3º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01931 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 25 49 -
CMYK 0 0.90 0.80 0.06
HSL 353.3º 0.88% 0.52% -
HSV(B) 353.3º 0.9% 0.94% -
XYZ 36.84 19.44 4.72 -
YUV 92.02 103.73 233.55 -
System Red Green Blue C M Y K H S L
Decimal 240 25 49 0 0.90 0.80 0.06 353.3 0.88 0.52
Hex F0 19 31 0 5A 50 6 161 58 34
Octal 360 31 61 0 132 120 6 541 130 64
Binary 11110000 11001 110001 0 1011010 1010000 110 101100001 1011000 110100

Color Harmonies of #F01931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01931

Black with #F01931

Text Example


Text Example

White with #F01931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01931; }

 p { color: rgb(240,25,49); }

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

background-color css

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

 a { background-color: rgb(240,25,49); }

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

border-color css

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

 span { border-color: rgb(240,25,49); }

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