Html Css Color HEX #F00031 Torch Red

📋 copy color: '#F00031'

red 240 ◦ green 0 ◦ blue 49

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

Shades of Torch Red #F00031

Tints of Torch Red #F00031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.04%
G = 0%
B = 16.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F00031 (or 0xF00031) is known color: Torch Red. HEX triplet: F0, 00 and 31. RGB value is (240,0,49). Sum of RGB (Red+Green+Blue) = 240+0+49=289 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.04% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 240 - color contains mainly: red. Hex color #F00031 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00031 is #0FFFCE. Grayscale: #4D4D4D. Windows color (decimal): -1048527 or 3211504. OLE color: 3211504.

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

Color convert

RGB 240 0 49 -
CMYK 0 1 0.80 0.06
HSL 347.75º 1% 0.47% -
HSV(B) 347.75º 1% 0.94% -
XYZ 36.49 18.75 4.6 -
YUV 77.35 112.01 244.02 -
System Red Green Blue C M Y K H S L
Decimal 240 0 49 0 1 0.80 0.06 347.75 1 0.47
Hex F0 0 31 0 64 50 6 15C 64 2F
Octal 360 0 61 0 144 120 6 534 144 57
Binary 11110000 0 110001 0 1100100 1010000 110 101011100 1100100 101111

Color Harmonies of #F00031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00031

Black with #F00031

Text Example


Text Example

White with #F00031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00031; }

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

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

background-color css

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

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

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

border-color css

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

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

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