Html Css Color HEX #F4131F Torch Red

📋 copy color: '#F4131F'

red 244 ◦ green 19 ◦ blue 31

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

Shades of Torch Red #F4131F

Tints of Torch Red #F4131F

RGB

 RED value IS 244 (95.7% from 255) = 82.99%

 GREEN value IS 19 (7.81% from 255) = 6.46%

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

R = 82.99%
G = 6.46%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F4131F (or 0xF4131F) is known color: Torch Red. HEX triplet: F4, 13 and 1F. RGB value is (244,19,31). Sum of RGB (Red+Green+Blue) = 244+19+31=294 (38% of max value = 765). Red value is 244 (95.70% from 255 or 82.99% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 244 - color contains mainly: red. Hex color #F4131F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4131F is #0BECE0. Grayscale: #575757. Windows color (decimal): -781537 or 2036724. OLE color: 2036724.

HSL color Cylindrical-coordinate representation of color #F4131F: hue angle of 356.8º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F4131F is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 19 31 -
CMYK 0 0.92 0.87 0.04
HSL 356.8º 0.91% 0.52% -
HSV(B) 356.8º 0.92% 0.96% -
XYZ 37.79 19.8 3.13 -
YUV 87.64 96.04 239.52 -
System Red Green Blue C M Y K H S L
Decimal 244 19 31 0 0.92 0.87 0.04 356.8 0.91 0.52
Hex F4 13 1F 0 5C 57 4 165 5B 34
Octal 364 23 37 0 134 127 4 545 133 64
Binary 11110100 10011 11111 0 1011100 1010111 100 101100101 1011011 110100

Color Harmonies of #F4131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4131F

Black with #F4131F

Text Example


Text Example

White with #F4131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4131F; }

 p { color: rgb(244,19,31); }

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

background-color css

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

 a { background-color: rgb(244,19,31); }

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

border-color css

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

 span { border-color: rgb(244,19,31); }

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