Html Css Color HEX #F31349 Torch Red

📋 copy color: '#F31349'

red 243 ◦ green 19 ◦ blue 73

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

Shades of Torch Red #F31349

Tints of Torch Red #F31349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.79%

R = 72.54%
G = 5.67%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F31349 (or 0xF31349) is known color: Torch Red. HEX triplet: F3, 13 and 49. RGB value is (243,19,73). Sum of RGB (Red+Green+Blue) = 243+19+73=335 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.54% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 243 - color contains mainly: red. Hex color #F31349 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31349 is #0CECB6. Grayscale: #5C5C5C. Windows color (decimal): -847031 or 4789235. OLE color: 4789235.

HSL color Cylindrical-coordinate representation of color #F31349: hue angle of 345.54º 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 #F31349 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 19 73 -
CMYK 0 0.92 0.70 0.05
HSL 345.54º 0.9% 0.51% -
HSV(B) 345.54º 0.92% 0.95% -
XYZ 38.4 20 8.14 -
YUV 92.13 117.21 235.61 -
System Red Green Blue C M Y K H S L
Decimal 243 19 73 0 0.92 0.70 0.05 345.54 0.9 0.51
Hex F3 13 49 0 5C 46 5 15A 5A 33
Octal 363 23 111 0 134 106 5 532 132 63
Binary 11110011 10011 1001001 0 1011100 1000110 101 101011010 1011010 110011

Color Harmonies of #F31349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31349

Black with #F31349

Text Example


Text Example

White with #F31349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31349; }

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

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

background-color css

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

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

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

border-color css

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

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

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