Html Css Color HEX #F01431 Torch Red

📋 copy color: '#F01431'

red 240 ◦ green 20 ◦ blue 49

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

Shades of Torch Red #F01431

Tints of Torch Red #F01431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.47%

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

R = 77.67%
G = 6.47%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F01431 (or 0xF01431) is known color: Torch Red. HEX triplet: F0, 14 and 31. RGB value is (240,20,49). Sum of RGB (Red+Green+Blue) = 240+20+49=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F01431 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01431 is #0FEBCE. Grayscale: #595959. Windows color (decimal): -1043407 or 3216624. OLE color: 3216624.

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

Color convert

RGB 240 20 49 -
CMYK 0 0.92 0.80 0.06
HSL 352.09º 0.88% 0.51% -
HSV(B) 352.09º 0.92% 0.94% -
XYZ 36.74 19.25 4.68 -
YUV 89.09 105.39 235.64 -
System Red Green Blue C M Y K H S L
Decimal 240 20 49 0 0.92 0.80 0.06 352.09 0.88 0.51
Hex F0 14 31 0 5C 50 6 160 58 33
Octal 360 24 61 0 134 120 6 540 130 63
Binary 11110000 10100 110001 0 1011100 1010000 110 101100000 1011000 110011

Color Harmonies of #F01431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01431

Black with #F01431

Text Example


Text Example

White with #F01431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01431; }

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

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

background-color css

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

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

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

border-color css

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

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

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