Html Css Color HEX #F3193F Torch Red

📋 copy color: '#F3193F'

red 243 ◦ green 25 ◦ blue 63

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

Shades of Torch Red #F3193F

Tints of Torch Red #F3193F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.03%

R = 73.41%
G = 7.55%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F3193F (or 0xF3193F) is known color: Torch Red. HEX triplet: F3, 19 and 3F. RGB value is (243,25,63). Sum of RGB (Red+Green+Blue) = 243+25+63=331 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.41% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 243 - color contains mainly: red. Hex color #F3193F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3193F is #0CE6C0. Grayscale: #5E5E5E. Windows color (decimal): -845505 or 4135411. OLE color: 4135411.

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

Color convert

RGB 243 25 63 -
CMYK 0 0.90 0.74 0.05
HSL 349.54º 0.9% 0.53% -
HSV(B) 349.54º 0.9% 0.95% -
XYZ 38.21 20.11 6.57 -
YUV 94.51 110.22 233.91 -
System Red Green Blue C M Y K H S L
Decimal 243 25 63 0 0.90 0.74 0.05 349.54 0.9 0.53
Hex F3 19 3F 0 5A 4A 5 15E 5A 35
Octal 363 31 77 0 132 112 5 536 132 65
Binary 11110011 11001 111111 0 1011010 1001010 101 101011110 1011010 110101

Color Harmonies of #F3193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3193F

Black with #F3193F

Text Example


Text Example

White with #F3193F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3193F; }

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

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

background-color css

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

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

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

border-color css

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

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

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