Html Css Color HEX #F3142E Torch Red

📋 copy color: '#F3142E'

red 243 ◦ green 20 ◦ blue 46

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

Shades of Torch Red #F3142E

Tints of Torch Red #F3142E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.47%

 BLUE value IS 46 (18.36% from 255) = 14.89%

R = 78.64%
G = 6.47%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F3142E (or 0xF3142E) is known color: Torch Red. HEX triplet: F3, 14 and 2E. RGB value is (243,20,46). Sum of RGB (Red+Green+Blue) = 243+20+46=309 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.64% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 243 - color contains mainly: red. Hex color #F3142E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3142E is #0CEBD1. Grayscale: #595959. Windows color (decimal): -846802 or 3020019. OLE color: 3020019.

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

Color convert

RGB 243 20 46 -
CMYK 0 0.92 0.81 0.05
HSL 353º 0.9% 0.52% -
HSV(B) 353º 0.92% 0.95% -
XYZ 37.71 19.75 4.41 -
YUV 89.64 103.38 237.39 -
System Red Green Blue C M Y K H S L
Decimal 243 20 46 0 0.92 0.81 0.05 353 0.9 0.52
Hex F3 14 2E 0 5C 51 5 161 5A 34
Octal 363 24 56 0 134 121 5 541 132 64
Binary 11110011 10100 101110 0 1011100 1010001 101 101100001 1011010 110100

Color Harmonies of #F3142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3142E

Black with #F3142E

Text Example


Text Example

White with #F3142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3142E; }

 p { color: rgb(243,20,46); }

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

background-color css

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

 a { background-color: rgb(243,20,46); }

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

border-color css

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

 span { border-color: rgb(243,20,46); }

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