Html Css Color HEX #F3152F Torch Red

📋 copy color: '#F3152F'

red 243 ◦ green 21 ◦ blue 47

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

Shades of Torch Red #F3152F

Tints of Torch Red #F3152F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.75%

 BLUE value IS 47 (18.75% from 255) = 15.11%

R = 78.14%
G = 6.75%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F3152F (or 0xF3152F) is known color: Torch Red. HEX triplet: F3, 15 and 2F. RGB value is (243,21,47). Sum of RGB (Red+Green+Blue) = 243+21+47=311 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.14% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 243 - color contains mainly: red. Hex color #F3152F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3152F is #0CEAD0. Grayscale: #5A5A5A. Windows color (decimal): -846545 or 3085811. OLE color: 3085811.

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

Color convert

RGB 243 21 47 -
CMYK 0 0.91 0.81 0.05
HSL 352.97º 0.9% 0.52% -
HSV(B) 352.97º 0.91% 0.95% -
XYZ 37.74 19.8 4.52 -
YUV 90.34 103.55 236.89 -
System Red Green Blue C M Y K H S L
Decimal 243 21 47 0 0.91 0.81 0.05 352.97 0.9 0.52
Hex F3 15 2F 0 5B 51 5 161 5A 34
Octal 363 25 57 0 133 121 5 541 132 64
Binary 11110011 10101 101111 0 1011011 1010001 101 101100001 1011010 110100

Color Harmonies of #F3152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3152F

Black with #F3152F

Text Example


Text Example

White with #F3152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3152F; }

 p { color: rgb(243,21,47); }

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

background-color css

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

 a { background-color: rgb(243,21,47); }

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

border-color css

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

 span { border-color: rgb(243,21,47); }

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