Html Css Color HEX #F31931 Torch Red

📋 copy color: '#F31931'

red 243 ◦ green 25 ◦ blue 49

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

Shades of Torch Red #F31931

Tints of Torch Red #F31931

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.89%

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

R = 76.66%
G = 7.89%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F31931 (or 0xF31931) is known color: Torch Red. HEX triplet: F3, 19 and 31. RGB value is (243,25,49). Sum of RGB (Red+Green+Blue) = 243+25+49=317 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.66% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 243 - color contains mainly: red. Hex color #F31931 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31931 is #0CE6CE. Grayscale: #5D5D5D. Windows color (decimal): -845519 or 3217907. OLE color: 3217907.

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

Color convert

RGB 243 25 49 -
CMYK 0 0.90 0.80 0.05
HSL 353.39º 0.9% 0.53% -
HSV(B) 353.39º 0.9% 0.95% -
XYZ 37.86 19.97 4.76 -
YUV 92.92 103.22 235.05 -
System Red Green Blue C M Y K H S L
Decimal 243 25 49 0 0.90 0.80 0.05 353.39 0.9 0.53
Hex F3 19 31 0 5A 50 5 161 5A 35
Octal 363 31 61 0 132 120 5 541 132 65
Binary 11110011 11001 110001 0 1011010 1010000 101 101100001 1011010 110101

Color Harmonies of #F31931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31931

Black with #F31931

Text Example


Text Example

White with #F31931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31931; }

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

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

background-color css

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

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

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

border-color css

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

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

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