Html Css Color HEX #F31649 Torch Red

📋 copy color: '#F31649'

red 243 ◦ green 22 ◦ blue 73

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

Shades of Torch Red #F31649

Tints of Torch Red #F31649

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.51%

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

R = 71.89%
G = 6.51%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F31649 (or 0xF31649) is known color: Torch Red. HEX triplet: F3, 16 and 49. RGB value is (243,22,73). Sum of RGB (Red+Green+Blue) = 243+22+73=338 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.89% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 243 - color contains mainly: red. Hex color #F31649 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31649 is #0CE9B6. Grayscale: #5D5D5D. Windows color (decimal): -846263 or 4790003. OLE color: 4790003.

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

Color convert

RGB 243 22 73 -
CMYK 0 0.91 0.70 0.05
HSL 346.15º 0.9% 0.52% -
HSV(B) 346.15º 0.91% 0.95% -
XYZ 38.45 20.11 8.16 -
YUV 93.89 116.22 234.35 -
System Red Green Blue C M Y K H S L
Decimal 243 22 73 0 0.91 0.70 0.05 346.15 0.9 0.52
Hex F3 16 49 0 5B 46 5 15A 5A 34
Octal 363 26 111 0 133 106 5 532 132 64
Binary 11110011 10110 1001001 0 1011011 1000110 101 101011010 1011010 110100

Color Harmonies of #F31649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31649

Black with #F31649

Text Example


Text Example

White with #F31649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31649; }

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

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

background-color css

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

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

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

border-color css

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

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

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