Html Css Color HEX #F31431 Torch Red

📋 copy color: '#F31431'

red 243 ◦ green 20 ◦ blue 49

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

Shades of Torch Red #F31431

Tints of Torch Red #F31431

RGB

 RED value IS 243 (95.31% from 255) = 77.88%

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

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

R = 77.88%
G = 6.41%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F31431 (or 0xF31431) is known color: Torch Red. HEX triplet: F3, 14 and 31. RGB value is (243,20,49). Sum of RGB (Red+Green+Blue) = 243+20+49=312 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.88% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 243 - color contains mainly: red. Hex color #F31431 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31431 is #0CEBCE. Grayscale: #5A5A5A. Windows color (decimal): -846799 or 3216627. OLE color: 3216627.

HSL color Cylindrical-coordinate representation of color #F31431: hue angle of 352.2º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31431 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 20 49 -
CMYK 0 0.92 0.80 0.05
HSL 352.2º 0.9% 0.52% -
HSV(B) 352.2º 0.92% 0.95% -
XYZ 37.77 19.78 4.73 -
YUV 89.98 104.88 237.14 -
System Red Green Blue C M Y K H S L
Decimal 243 20 49 0 0.92 0.80 0.05 352.2 0.9 0.52
Hex F3 14 31 0 5C 50 5 160 5A 34
Octal 363 24 61 0 134 120 5 540 132 64
Binary 11110011 10100 110001 0 1011100 1010000 101 101100000 1011010 110100

Color Harmonies of #F31431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31431

Black with #F31431

Text Example


Text Example

White with #F31431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31431; }

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

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

background-color css

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

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

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

border-color css

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

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

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