Html Css Color HEX #F31347 Torch Red

📋 copy color: '#F31347'

red 243 ◦ green 19 ◦ blue 71

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

Shades of Torch Red #F31347

Tints of Torch Red #F31347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.32%

R = 72.97%
G = 5.71%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F31347 (or 0xF31347) is known color: Torch Red. HEX triplet: F3, 13 and 47. RGB value is (243,19,71). Sum of RGB (Red+Green+Blue) = 243+19+71=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F31347 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31347 is #0CECB8. Grayscale: #5B5B5B. Windows color (decimal): -847033 or 4658163. OLE color: 4658163.

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

Color convert

RGB 243 19 71 -
CMYK 0 0.92 0.71 0.05
HSL 346.07º 0.9% 0.51% -
HSV(B) 346.07º 0.92% 0.95% -
XYZ 38.33 19.98 7.8 -
YUV 91.9 116.21 235.77 -
System Red Green Blue C M Y K H S L
Decimal 243 19 71 0 0.92 0.71 0.05 346.07 0.9 0.51
Hex F3 13 47 0 5C 47 5 15A 5A 33
Octal 363 23 107 0 134 107 5 532 132 63
Binary 11110011 10011 1000111 0 1011100 1000111 101 101011010 1011010 110011

Color Harmonies of #F31347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31347

Black with #F31347

Text Example


Text Example

White with #F31347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31347; }

 p { color: rgb(243,19,71); }

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

background-color css

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

 a { background-color: rgb(243,19,71); }

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

border-color css

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

 span { border-color: rgb(243,19,71); }

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