Html Css Color HEX #F00131 Torch Red

📋 copy color: '#F00131'

red 240 ◦ green 1 ◦ blue 49

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

Shades of Torch Red #F00131

Tints of Torch Red #F00131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 82.76%
G = 0.34%
B = 16.9%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F00131 (or 0xF00131) is known color: Torch Red. HEX triplet: F0, 01 and 31. RGB value is (240,1,49). Sum of RGB (Red+Green+Blue) = 240+1+49=290 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.76% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 240 - color contains mainly: red. Hex color #F00131 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00131 is #0FFECE. Grayscale: #4D4D4D. Windows color (decimal): -1048271 or 3211760. OLE color: 3211760.

HSL color Cylindrical-coordinate representation of color #F00131: hue angle of 347.95º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00131 is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 1 49 -
CMYK 0 1.00 0.80 0.06
HSL 347.95º 0.99% 0.47% -
HSV(B) 347.95º 1% 0.94% -
XYZ 36.5 18.77 4.6 -
YUV 77.93 111.68 243.6 -
System Red Green Blue C M Y K H S L
Decimal 240 1 49 0 1.00 0.80 0.06 347.95 0.99 0.47
Hex F0 1 31 0 64 50 6 15C 63 2F
Octal 360 1 61 0 144 120 6 534 143 57
Binary 11110000 1 110001 0 1100100 1010000 110 101011100 1100011 101111

Color Harmonies of #F00131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00131

Black with #F00131

Text Example


Text Example

White with #F00131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00131; }

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

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

background-color css

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

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

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

border-color css

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

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

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